rack-cors
rack-cors copied to clipboard
headers not added to a file with the word Transaction in the name
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'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.