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
If I don't do this then I get a can't find variable angular for every template that is not added in this way, is there a way I can create an entry for all templates?
The text was updated successfully, but these errors were encountered:
dagda1
changed the title
having to create separate path and shim for each template with require.js
having to create separate path and shim for every template with require.js
Mar 20, 2016
I have inherited an angularjs project that uses requirejs and I am (obviously) using your great project to preprocess the html files into js.
My karma.conf.js looks like this:
The problem I have is that I need to add an extra entry in the requirejs and paths section for every template I add, e.g.
If I don't do this then I get a
can't find variable angular
for every template that is not added in this way, is there a way I can create an entry for all templates?The text was updated successfully, but these errors were encountered: