I have an AngularJS application that loads html template files using directive templates like this:
,template: div data-ng-include src= asset_path ottVirtualTrans.html (that should be a div tag but I can't get everything to display in these comments, but you get the idea, I load the template from the asset pipeline)
This was adding the access headers for all templates aside from two that had the word Transaction in the name like ottUnassociatedTransaction.html and ottHideTransaction.html. To get around this, I simply renamed the files to Trans: ottUnassociatedTrans.html and ottHideTrans.html.
Thanks!
I have an AngularJS application that loads html template files using directive templates like this:
,template: div data-ng-include src= asset_path ottVirtualTrans.html (that should be a div tag but I can't get everything to display in these comments, but you get the idea, I load the template from the asset pipeline)
This was adding the access headers for all templates aside from two that had the word Transaction in the name like ottUnassociatedTransaction.html and ottHideTransaction.html. To get around this, I simply renamed the files to Trans: ottUnassociatedTrans.html and ottHideTrans.html.
Thanks!