angular-unsavedChanges
angular-unsavedChanges copied to clipboard
Not injecting properly for deploy
Hi, the dependency wont inject itself in the index.html automatically, so I need to hardcode it, it works fine in a local debug until I redeploy the application.
Doesn't work at all in an external server deployment as when deploying it calls bower install again and overwrites the index.html configuring the war with this new instance of index.html without the injected dependency
Any ideas on how to overcome this?