| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2014-03-22 | docs(error/ng/btstrpd): fix typo in error page | Sekib Omazic | |
| Minimal typo fix Closes #6803 | |||
| 2014-03-17 | chore(formatting): removed unnecessary white spaces | Takashi Nakagawa | |
| 2014-03-02 | docs(error/ng/btstrpd): note that loading angular.js twice can cause the error | amagee | |
| Closes #6502 | |||
| 2013-08-09 | fix(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. | |||
