angular.js/docs/content/error
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
..
animate fix(ngAnimate): remove compound JS selector animations 2013-08-03 00:46:17 -07:00
cacheFactory docs(error): improve the cacheFactory/iid.ngdoc 2013-07-30 17:29:35 -07:00
compile docs(compile/tplrt): description for compile/tplrt error 2013-08-08 18:58:08 -07:00
controller docs(minErr): add controller/noscp docs 2013-08-08 12:13:34 -07:00
httpBackend docs(minerr): fill in error message descriptions 2013-08-07 21:36:59 -07:00
injector docs(minerr): fill in error message descriptions 2013-08-07 21:36:59 -07:00
interpolate docs(minerr): fill in error message descriptions 2013-08-07 21:36:59 -07:00
jqLite docs(jqLite): update the minErr codes for on() and off() 2013-08-09 00:39:31 -07:00
location fix(location): fix parameter handling on search() 2013-07-31 16:55:06 -07:00
ng fix(re-bootstrap): Throw an error when bootstrapping a bootstrapped element. 2013-08-09 13:14:12 -07:00
ngModel docs(minerr): fill in error message descriptions 2013-08-07 21:36:59 -07:00
ngOptions docs(error): added description for ngOptions/iexp.ngdoc 2013-08-07 09:47:13 -07:00
ngPattern docs(error): updated description for ngPattern/noregexp.ngdoc 2013-08-07 09:50:38 -07:00
ngRepeat docs(minerr): Adds a description for ngRepeat.dupes 2013-08-07 09:22:21 -07:00
ngResource docs(minerr): add description for ngResource:badargs 2013-08-08 11:19:25 -07:00
ngSanitize docs(error): added description for ngSanitize/badparse.ngdoc 2013-08-07 09:43:14 -07:00
parse docs(minErr): improve $parse/isecfn 2013-08-07 09:32:23 -07:00
rootScope docs(minErr): add rootScope/inprog docs 2013-08-08 12:04:34 -07:00
sce docs(minErr): improve sce/icontext 2013-08-08 11:24:34 -07:00
index.ngdoc docs(minErr): Build minErr doc site 2013-07-24 10:42:20 -07:00
insecurl.ngdoc docs(minErr): improve sce/isecurl doc 2013-08-08 10:32:55 -07:00