angular.js/docs/content/error/ng
Jeff Cross 3ee744cc63 fix(re-bootstrap): Throw an error when bootstrapping a bootstrapped element.
Nothing would prevent a user from accidentally calling angular.bootstrap on an element that had already been bootstrapped. If this was done, odd behavior could manifest in an application, causing different scopes to update the same DOM, and causing debugger confusion.

This fix adds a check inside of angular.bootstrap to check if the passed-in element already has an injector, and if so, will throw an error.
2013-08-09 13:14:12 -07:00
..
areq.ngdoc docs(minerr): fill in error message descriptions 2013-08-07 21:36:59 -07:00
btstrpd.ngdoc fix(re-bootstrap): Throw an error when bootstrapping a bootstrapped element. 2013-08-09 13:14:12 -07:00
cpi.ngdoc docs(minerr): fill in error message descriptions 2013-08-07 21:36:59 -07:00
cpws.ngdoc docs(minerr): fill in error message descriptions 2013-08-07 21:36:59 -07:00