Skip to content

Commit

Permalink
Update money.js
Browse files Browse the repository at this point in the history
  • Loading branch information
picheli20 committed Apr 20, 2016
1 parent 5ed805a commit c051792
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/global/money/money.js
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,7 @@ function MoneyMaskDirective($locale, $parse, PreFormatters) {
if (attrs.currency) {
scope.$watch(attrs.currency, function(_currency) {
if(_currency){
currencySym = currency;
currencySym = _currency;
}
moneyMask = maskFactory(decimals);
parser(ctrl.$viewValue);
Expand Down

0 comments on commit c051792

Please sign in to comment.