mirror of
https://github.com/Hopiu/angular.js.git
synced 2026-03-24 02:10:24 +00:00
cleanup(tests): remove unused variables
This commit is contained in:
parent
1354718365
commit
517811764d
1 changed files with 1 additions and 1 deletions
|
|
@ -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 {
|
||||
|
|
|
|||
Loading…
Reference in a new issue