cleanup(tests): remove unused variables

This commit is contained in:
Misko Hevery 2011-12-14 10:37:12 +01:00
parent 1354718365
commit 517811764d

View file

@ -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('<input type="@DontExist" ng:model="abc">');
var error;
try {