Posts by Márcio Dias • 49 points
2 posts
-
0
votes1
answer391
viewsQ: Problem with Angular ui.bootstrap.modal
Starting a modal with ui.bootstrap.modal $uibModal, setei controller and controllerAs, in the console.log I see that the instance controller was started and the object loaded when clicked, but…
-
4
votes1
answer885
viewsQ: Apply mask to dynamic fields generated after page onload
I am using a directive for Mask in monetary field, the work is performed on the screen the problem is when I insert a new item ng-repeat inserts new fields without the Mask, I reference the class…