0

I am trying override bootstrap-tpls for timepicker directive alone, by giving

<timepicker template-url="template/timepicker/timepicker.html" ng-model="mytime" ng-change="changed()" hour-step="hstep" minute-step="mstep" show-meridian="ismeridian" arrow-keys="false" name=""></timepicker>

my custom template is in correct path:

/app 
  /styles
  /scripts
  /template
    /timepicker/timepicker.html
  index.html

Its loading the same default bootstrap template. I referred this link but they added script in the head tag of index.html but i dont want to add in head tag . I want to load the template from seperate folder only, since its useful commonly for pages.

Community
  • 1
  • 1
Arun
  • 517
  • 1
  • 6
  • 23

0 Answers0