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
Great component, but how are we able to add the app attribute to the script tag when running wiredep tasks? I have made some updates and would like to make a pull request using app as the default.
The text was updated successfully, but these errors were encountered:
You can set noinit to true in the tag itself, and then use angular.loader.init({}) to initialize the component from JavaScript. That's basically how I do it for tests.
I'm always open to pull requests too, so go ahead and I'll review :)
Great component, but how are we able to add the
app
attribute to the script tag when runningwiredep
tasks? I have made some updates and would like to make a pull request usingapp
as the default.The text was updated successfully, but these errors were encountered: