aboutsummaryrefslogtreecommitdiffstats
path: root/docs/content/error/ng/btstrpd.ngdoc
AgeCommit message (Collapse)Author
2014-03-22docs(error/ng/btstrpd): fix typo in error pageSekib Omazic
Minimal typo fix Closes #6803
2014-03-17chore(formatting): removed unnecessary white spacesTakashi Nakagawa
2014-03-02docs(error/ng/btstrpd): note that loading angular.js twice can cause the erroramagee
Closes #6502
2013-08-09fix(re-bootstrap): Throw an error when bootstrapping a bootstrapped element.Jeff Cross
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.