Posts by Amaury Maciel • 1 point
1 post
-
0
votes3
answers506
viewsA: Apply "datepicker" to element after angular call
In your HTML: use ng-init! <input ... class="datepicker" ng-init="initDatepicker()"> And in your Angularjs: $scope.initDatepicker = function() { $('.datepicker').pickadate({ selectMonths:…