Skip to content

Commit

Permalink
Added a caret to mask factory to fix issues with the cursor positioni…
Browse files Browse the repository at this point in the history
…ng in android with chrome. Fix assisrafael#305. Fixing money-test it syntax.
  • Loading branch information
Buzunda committed Feb 14, 2018
1 parent 82e3949 commit ef1e7bf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/global/money/money.test.js
Original file line number Diff line number Diff line change
Expand Up @@ -189,7 +189,7 @@ describe('ui-money-mask', function() {
});
}));

it('should ignore non digits', angular.mock.inject(function($rootScope) {
it('should ignore non digits', function() {
var input = TestUtil.compile('<input ng-model="model" ui-money-mask>', {});
var model = input.controller('ngModel');

Expand Down

0 comments on commit ef1e7bf

Please sign in to comment.