<feed xmlns='http://www.w3.org/2005/Atom'>
<title>angular.js/docs, branch v1.2.0rc1</title>
<subtitle></subtitle>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/fork/angular.js/'/>
<entry>
<title>fix(minerr): escape double quotes in error displays</title>
<updated>2013-08-12T23:16:39+00:00</updated>
<author>
<name>Ken Sheedlo</name>
</author>
<published>2013-08-12T21:53:43+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/fork/angular.js/commit/?id=1429a71474a3b70a16cba0b82bf23c4f73b63efc'/>
<id>1429a71474a3b70a16cba0b82bf23c4f73b63efc</id>
<content type='text'>
Closes #3553
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Closes #3553
</pre>
</div>
</content>
</entry>
<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>chore(ngMobile): rename module ngTouch and file to angular-touch.js</title>
<updated>2013-08-09T18:54:35+00:00</updated>
<author>
<name>Brian Ford</name>
</author>
<published>2013-08-09T17:02:48+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/fork/angular.js/commit/?id=94ec84e7b9c89358dc00e4039009af9e287bbd05'/>
<id>94ec84e7b9c89358dc00e4039009af9e287bbd05</id>
<content type='text'>
BREAKING CHANGE: since all the code in the ngMobile module is touch related,
we are renaming the module to ngTouch.

To migrate, please replace all references to "ngMobile" with "ngTouch" and
"angular-mobile.js" to "angular-touch.js".

Closes #3526
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
BREAKING CHANGE: since all the code in the ngMobile module is touch related,
we are renaming the module to ngTouch.

To migrate, please replace all references to "ngMobile" with "ngTouch" and
"angular-mobile.js" to "angular-touch.js".

Closes #3526
</pre>
</div>
</content>
</entry>
<entry>
<title>fix(docs-bootstrap): Removed injector from bootstrapped docs samples</title>
<updated>2013-08-09T17:19:41+00:00</updated>
<author>
<name>Jeff Cross</name>
</author>
<published>2013-08-02T16:21:33+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/fork/angular.js/commit/?id=0b114fd3e1ce4cc120663222f2dfb34ee5dbda4c'/>
<id>0b114fd3e1ce4cc120663222f2dfb34ee5dbda4c</id>
<content type='text'>
This is necessary to make e2e tests pass for implementing #3411. At present, the docs are violating the rule being enforced by double-bootstrap prevention.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
This is necessary to make e2e tests pass for implementing #3411. At present, the docs are violating the rule being enforced by double-bootstrap prevention.
</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>
</feed>
