Skip to content
This repository was archived by the owner on Apr 12, 2024. It is now read-only.

Commit 5178117

Browse files
committed
cleanup(tests): remove unused variables
1 parent 1354718 commit 5178117

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/widget/inputSpec.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -509,7 +509,7 @@ describe('widget: input', function() {
509509
}));
510510

511511
it('should throw an error of Controller not declared in scope', inject(function($rootScope, $compile) {
512-
var input, $formFactory;
512+
var input;
513513
var element = angular.element('<input type="@DontExist" ng:model="abc">');
514514
var error;
515515
try {

0 commit comments

Comments
 (0)