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
When deploying in production mode to heroku, for example, the implicit dependency injection logic of AngularJS gets disabled by the js minification and obfuscation associated with the rails asset pipeline.
It is necessary to use an explicit inject function to define controller parameters.
When deploying in production mode to heroku, for example, the implicit dependency injection logic of AngularJS gets disabled by the js minification and obfuscation associated with the rails asset pipeline.
It is necessary to use an explicit inject function to define controller parameters.
The temporary work around is to set:
in
See http://docs.angularjs.org/tutorial/step_05, A Note on Minification, for more information.
The text was updated successfully, but these errors were encountered: