Skip to content

Commit 734963f

Browse files
committed
remove unnecessary variable
1 parent 8013fa8 commit 734963f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/content/guide/dev_guide.mvc.understanding_controller.ngdoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -309,7 +309,7 @@ and the test is straight forward
309309
describe('myController function', function() {
310310

311311
describe('myController', function() {
312-
var scope, ctrl;
312+
var scope;
313313

314314
beforeEach(inject(function($rootScope, $controller) {
315315
scope = $rootScope.$new();

0 commit comments

Comments
 (0)