angular.js/docs/content
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
..
api docs(module): fixed module example and corrected typos 2012-09-06 16:06:23 -07:00
cookbook docs(cookbook/helloworld): display "World" if no name is entered 2013-06-20 14:39:16 +01:00
error fix(re-bootstrap): Throw an error when bootstrapping a bootstrapped element. 2013-08-09 13:14:12 -07:00
guide docs(guide/controller): fix wording in list of 'Do not use' 2013-08-03 22:05:33 +01:00
misc docs(contribute): improve git instructions 2013-07-10 22:18:44 +02:00
notes feat(ngdocs): support popover, foldouts and foldover annotations 2013-06-17 22:00:54 -07:00
tutorial docs(tutorial): mention the controller along the scope 2013-07-27 17:13:53 +01:00