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

Commit 4fcad37

Browse files
committed
fix(input): fix extra var in input tests.
1 parent 74b4bae commit 4fcad37

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/components/input/input.spec.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ describe('md-input-container directive', function() {
66
beforeEach(inject(function($injector) {
77
$compile = $injector.get('$compile');
88

9-
var pageScope = $injector.get('$rootScope').$new();
9+
pageScope = $injector.get('$rootScope').$new();
1010
}));
1111

1212
function setup(attrs, isForm) {

0 commit comments

Comments
 (0)