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
resolver.resolve(fullName) just looks on Ember.TEMPLATES, but something else in an application does the work of moving <script> tags to Ember.TEMPLATES, which won't necessarily have been done yet.
If you are using <script> templates. You could reopen the resolveTemplate method of DefaultResolver and have it go find the script tags and compile them.
You probably shouldn't be using script templates though ...
resolver.resolve(fullName)
just looks on Ember.TEMPLATES, but something else in an application does the work of moving <script> tags to Ember.TEMPLATES, which won't necessarily have been done yet.related #20
The text was updated successfully, but these errors were encountered: