我正在尝试通过赋予
来单独覆盖timepicker指令的bootstrap-tpls<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>
我的自定义模板位于正确的路径中:
/app
/styles
/scripts
/template
/timepicker/timepicker.html
index.html
它加载相同的默认引导程序模板。 我引用了这个link,但他们在index.html的head标签中添加了脚本,但我不想添加head标签。我只想从单独的文件夹加载模板,因为它通常用于页面。