Andrés Mata Suárez
Andrés Mata Suárez
+1 The workaround proposed by @Jbarget works for me also. But I prefer a solution from the module authors
@Jbarget Yeah, I also hope it will be temporary. By the way, isn't there a way to make 'pace' resolve to the nested pace module? Like using Webpack's alias or...
@Jbarget I will also give it a look when I had a little more time
+1. Had the same problem, ended up removing ng-maxlength directive and implementing a custom one that does exactly the same. Not cool.
I am using the following directive as a workaround, without specifying the maxlength attribute. I know it's not perfect, I didn't have the time to delve deeper into Angular formatters...
@sameerinfodb sorry for the late response, but here is the plunkr with my custom directive to make length validation work: http://plnkr.co/edit/oAZcHZAmCXYOTckJCPcs?p=preview