angular.js/docs
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
..
component-spec fix(docs): handle the empty string in errorDisplay 2013-08-01 15:32:46 -07:00
components fix(docs-bootstrap): Removed injector from bootstrapped docs samples 2013-08-09 10:19:41 -07:00
content fix(re-bootstrap): Throw an error when bootstrapping a bootstrapped element. 2013-08-09 13:14:12 -07:00
img docs(header): replace logo.png with logo.svg 2013-07-31 11:48:13 -07:00
spec chore(ngdocs): replace showdown.js with marked.js 2013-07-26 08:51:38 -07:00
src chore(ngMobile): rename module ngTouch and file to angular-touch.js 2013-08-09 11:54:35 -07:00