Removed $apply() inside $watch.

This commit is contained in:
Brendon Duncan 2018-08-14 14:48:07 +12:00
commit cf6658c83a

View file

@ -165,7 +165,6 @@
break;
}
$scope.canShow = true;
$scope.$apply();
};
function getDecimalPlaces(currency) {