Skip to content

Commit 87a8e77

Browse files
committed
Added a caret to mask factory to fix issues with the cursor positioning in android with chrome. Fix assisrafael#305. Fixing money-test it syntax.
1 parent ef1e7bf commit 87a8e77

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/global/money/money.test.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -204,7 +204,7 @@ describe('ui-money-mask', function() {
204204
expect(model.$viewValue).toBe(test.viewValue);
205205
expect(model.$modelValue).toBe(test.modelValue);
206206
});
207-
}));
207+
});
208208

209209

210210
it('should convert invalid values to zero', function() {

0 commit comments

Comments
 (0)