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
{{ message }}
This repository was archived by the owner on Apr 12, 2024. It is now read-only.
I am integrating angularjs with backbone.js application for better code quality and performance.
Now i am facing only one issue with that.how can i de-bootstrap angular application which i added manually on trigger of click event.so whenever i click on link,the boostrap code attached to link and i am getting error like angularjs application already bootstrapped
Please let me know any suggestion on this issue so that on click on link or button, i could check that angular application start or not.
Any help on this is highly appreciated.
The text was updated successfully, but these errors were encountered:
@vikasnawal putting aside serious reservations I would have about your proposed architecture (that is, continuously bootstrapping and destroying an AngularJS app), it is not currently possible to cleanly shut-down an app. But we've got an issue for this already (#7578) so closing as a duplicate.
Hi Guys,
I am integrating angularjs with backbone.js application for better code quality and performance.
Now i am facing only one issue with that.how can i de-bootstrap angular application which i added manually on trigger of click event.so whenever i click on link,the boostrap code attached to link and i am getting error like angularjs application already bootstrapped
Please let me know any suggestion on this issue so that on click on link or button, i could check that angular application start or not.
Any help on this is highly appreciated.
The text was updated successfully, but these errors were encountered: