ng-money-mask
Advanced tools
Comparing version 2.0.0 to 2.0.1
{ | ||
"name": "ng-money-mask", | ||
"version": "2.0.0", | ||
"version": "2.0.1", | ||
"description": "Angular directive to mask inputs with currency values", | ||
@@ -5,0 +5,0 @@ "main": "rw-money-mask.js", |
@@ -80,3 +80,3 @@ (function () { | ||
if(e.srcElement.selectionEnd != e.srcElement.selectionStart) { | ||
if(e.currentTarget.selectionEnd != e.currentTarget.selectionStart) { | ||
ngModelCtrl.$setViewValue(parseInt(char) / 100); | ||
@@ -83,0 +83,0 @@ } |
41968