angular-unsavedChanges icon indicating copy to clipboard operation
angular-unsavedChanges copied to clipboard

Not injecting properly for deploy

Open Steven-Garcia opened this issue 8 years ago • 0 comments

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?

Steven-Garcia avatar Jan 18 '17 13:01 Steven-Garcia