Lucas Antunes
Results
2
comments of
Lucas Antunes
I created this fix directive, to apply with percentage directive and solved the problem for me. ``` angular.module("nucont").directive("fixInputMask", function () { return { restrict: "A", require: "ngModel", link: function (scope,...
the fix was merged?