<feed xmlns='http://www.w3.org/2005/Atom'>
<title>angular.js/docs/content, branch v1.2.0rc1</title>
<subtitle></subtitle>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/fork/angular.js/'/>
<entry>
<title>docs(minErr): add location/ipthprfx</title>
<updated>2013-08-12T21:09:09+00:00</updated>
<author>
<name>Igor Minar</name>
</author>
<published>2013-08-12T21:08:22+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/fork/angular.js/commit/?id=ca92b6528af776e6543f14aac7e5cd7e7aa652fc'/>
<id>ca92b6528af776e6543f14aac7e5cd7e7aa652fc</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>docs(minErr): add location/isrcharg docs</title>
<updated>2013-08-12T21:09:09+00:00</updated>
<author>
<name>Igor Minar</name>
</author>
<published>2013-08-12T20:27:46+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/fork/angular.js/commit/?id=2c64f3dc176843f4b0d31ba026736ce6f6617f59'/>
<id>2c64f3dc176843f4b0d31ba026736ce6f6617f59</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>docs(minErr): add location/ihshprfx</title>
<updated>2013-08-12T21:09:08+00:00</updated>
<author>
<name>Igor Minar</name>
</author>
<published>2013-08-12T19:04:03+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/fork/angular.js/commit/?id=72dc48ea4d7e97c9dd3a9f469698ed77bcbdedbe'/>
<id>72dc48ea4d7e97c9dd3a9f469698ed77bcbdedbe</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>chore($location): drop bugus error</title>
<updated>2013-08-12T21:09:08+00:00</updated>
<author>
<name>Igor Minar</name>
</author>
<published>2013-08-12T17:56:36+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/fork/angular.js/commit/?id=544d2616b429e5059a1ff117c483102b7495b992'/>
<id>544d2616b429e5059a1ff117c483102b7495b992</id>
<content type='text'>
we can never get to this state, so dropping the error
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
we can never get to this state, so dropping the error
</pre>
</div>
</content>
</entry>
<entry>
<title>style(minerr): prefer component name as namespace</title>
<updated>2013-08-09T21:12:04+00:00</updated>
<author>
<name>Ken Sheedlo</name>
</author>
<published>2013-08-09T18:14:37+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/fork/angular.js/commit/?id=45dc9ee7b4a1e004f9fb7edde41d4805d1402ffa'/>
<id>45dc9ee7b4a1e004f9fb7edde41d4805d1402ffa</id>
<content type='text'>
Closes #3527
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Closes #3527
</pre>
</div>
</content>
</entry>
<entry>
<title>fix(re-bootstrap): Throw an error when bootstrapping a bootstrapped element.</title>
<updated>2013-08-09T20:14:12+00:00</updated>
<author>
<name>Jeff Cross</name>
</author>
<published>2013-07-24T17:17:24+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/fork/angular.js/commit/?id=3ee744cc63a24b127d6a5f632934bb6ed2de275a'/>
<id>3ee744cc63a24b127d6a5f632934bb6ed2de275a</id>
<content type='text'>
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.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
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.
</pre>
</div>
</content>
</entry>
<entry>
<title>docs(jqLite): update the minErr codes for on() and off()</title>
<updated>2013-08-09T07:39:31+00:00</updated>
<author>
<name>Igor Minar</name>
</author>
<published>2013-08-09T07:16:27+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/fork/angular.js/commit/?id=b3087421f20241f9bcb9b1f00ee9a30efc8b0899'/>
<id>b3087421f20241f9bcb9b1f00ee9a30efc8b0899</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>docs(compile/tplrt): description for compile/tplrt error</title>
<updated>2013-08-09T01:58:08+00:00</updated>
<author>
<name>Misko Hevery</name>
</author>
<published>2013-08-01T23:01:41+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/fork/angular.js/commit/?id=4175377aaff9401f8b6c6f62ece71706ecb7f4ce'/>
<id>4175377aaff9401f8b6c6f62ece71706ecb7f4ce</id>
<content type='text'>
Closes #3459
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Closes #3459
</pre>
</div>
</content>
</entry>
<entry>
<title>docs(compile/selmulti): description for compile/selmulti error</title>
<updated>2013-08-09T00:16:46+00:00</updated>
<author>
<name>Misko Hevery</name>
</author>
<published>2013-08-01T22:53:59+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/fork/angular.js/commit/?id=dbd703a9fb864b787bc90c45fd4eb5ded7422f24'/>
<id>dbd703a9fb864b787bc90c45fd4eb5ded7422f24</id>
<content type='text'>
Closes #3459
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Closes #3459
</pre>
</div>
</content>
</entry>
<entry>
<title>docs(compile/nodomevents): description for compile/nodomevents error</title>
<updated>2013-08-08T21:45:04+00:00</updated>
<author>
<name>Misko Hevery</name>
</author>
<published>2013-08-01T22:46:36+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/fork/angular.js/commit/?id=fa3985764c1636fb408f18516dc47933ca0def44'/>
<id>fa3985764c1636fb408f18516dc47933ca0def44</id>
<content type='text'>
Closes #3459
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Closes #3459
</pre>
</div>
</content>
</entry>
</feed>
