Lighthouse Nguyen
Results
2
issues of
Lighthouse Nguyen
Create transclude with dynamic template, i followed this article: http://www.spaprogrammer.com/2015/01/angularjs-transclusion-with-nested.html this is what i have customized: ` dp = angular.module("ng-bs3-datepicker", []); dp.directive("ngBs3Datepicker", [ "$compile", function($compile) { var templatefirst = "";...
added viewMode and minViewMode options in code and also added html in demo.html file