diff --git a/test/widget/inputSpec.js b/test/widget/inputSpec.js index e8b0a420..3e073d95 100644 --- a/test/widget/inputSpec.js +++ b/test/widget/inputSpec.js @@ -509,7 +509,7 @@ describe('widget: input', function() { })); it('should throw an error of Controller not declared in scope', inject(function($rootScope, $compile) { - var input, $formFactory; + var input; var element = angular.element(''); var error; try {