You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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!
The text was updated successfully, but these errors were encountered:
I'm doing some issue gardening 🌱🌿 🌷 and came upon this issue. Since it's quite old I just wanted to ask if this is still relevant? If it isn't, maybe we can close this issue?
By closing some old issues we reduce the list of open issues to a more manageable set.
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!
The text was updated successfully, but these errors were encountered: