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
Same problem here. I'm upgrading an application from 3.2 to 4.0. The code worked fine in 3.2. In 4.0 it gives the above error in the browser console, and in the rails log:
ActionController::RoutingError (No route matches [GET] "/job_creation_wizard/update/common/tag_editor.html"):
tag_editor.html is in app/assets/templates/common/tag_editor.html.
My directive has: templateUrl: 'common/tag_editor.html',
I have the following file structure
In my
user.component.js
file, I haveWhen I load the page, I receive the following error:
I have
user.component.js
loaded and running on a HTML page. If I replacetemplateUrl
withtemplate: '<h1>Hello</h1>'
then everything works just fine.I have the following relevant gems:
What's wrong and how do I fix this?
The text was updated successfully, but these errors were encountered: