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

Commit 0083fc1

Browse files
committed
WIP - debug Firefox 47
1 parent 7039395 commit 0083fc1

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

test/ng/directive/inputSpec.js

+2
Original file line numberDiff line numberDiff line change
@@ -2752,6 +2752,8 @@ describe('input', function() {
27522752
expect(inputElm.val()).toBe('0.3');
27532753
expect(inputElm).toBeInvalid();
27542754
expect(ngModel.$error.step).toBe(true);
2755+
expect(ngModel.$modelValue).toBeUndefined();
2756+
expect(ngModel.$viewValue).toBe('0.3');
27552757
expect($rootScope.value).toBeUndefined();
27562758
});
27572759

0 commit comments

Comments
 (0)