We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 50bd705 commit 0a9c468Copy full SHA for 0a9c468
test/ng/directive/ngStyleSpec.js
@@ -23,7 +23,7 @@ describe('ngStyle', function() {
23
}));
24
25
26
- it('should support lazy one-time binding for object literals', inject(function($rootScope, $compile, $log) {
+ it('should support lazy one-time binding for object literals', inject(function($rootScope, $compile) {
27
element = $compile('<div ng-style="::{height: heightStr}"></div>')($rootScope);
28
$rootScope.$digest();
29
expect(parseInt(element.css('height') + 0)).toEqual(0); // height could be '' or '0px'
0 commit comments