<feed xmlns='http://www.w3.org/2005/Atom'>
<title>angular.js/docs/content/error, branch v1.2.0-rc.3</title>
<subtitle></subtitle>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/fork/angular.js/'/>
<entry>
<title>fix(*): protect calls to hasOwnProperty in public API</title>
<updated>2013-10-07T16:01:13+00:00</updated>
<author>
<name>Peter Bacon Darwin</name>
</author>
<published>2013-10-05T09:49:09+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/fork/angular.js/commit/?id=7a586e5c19f3d1ecc3fefef084ce992072ee7f60'/>
<id>7a586e5c19f3d1ecc3fefef084ce992072ee7f60</id>
<content type='text'>
Objects received from outside AngularJS may have had their `hasOwnProperty`
method overridden with something else. In cases where we can do this without
incurring a performance penalty we call directly on Object.prototype.hasOwnProperty
to ensure that we use the correct method.

Also, we have some internal hash objects, where the keys for the map are provided
from outside AngularJS. In such cases we either prevent `hasOwnProperty` from
being used as a key or provide some other way of preventing our objects from
having their `hasOwnProperty` overridden.

BREAKING CHANGE: Inputs with name equal to "hasOwnProperty" are not allowed inside
form or ngForm directives.

Before, inputs whose name was "hasOwnProperty" were quietly ignored and not added
to the scope.  Now a badname exception is thrown.

Using "hasOwnProperty" for an input name would be very unusual and bad practice.
Either do not include such an input in a `form` or `ngForm` directive or change
the name of the input.

Closes #3331</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Objects received from outside AngularJS may have had their `hasOwnProperty`
method overridden with something else. In cases where we can do this without
incurring a performance penalty we call directly on Object.prototype.hasOwnProperty
to ensure that we use the correct method.

Also, we have some internal hash objects, where the keys for the map are provided
from outside AngularJS. In such cases we either prevent `hasOwnProperty` from
being used as a key or provide some other way of preventing our objects from
having their `hasOwnProperty` overridden.

BREAKING CHANGE: Inputs with name equal to "hasOwnProperty" are not allowed inside
form or ngForm directives.

Before, inputs whose name was "hasOwnProperty" were quietly ignored and not added
to the scope.  Now a badname exception is thrown.

Using "hasOwnProperty" for an input name would be very unusual and bad practice.
Either do not include such an input in a `form` or `ngForm` directive or change
the name of the input.

Closes #3331</pre>
</div>
</content>
</entry>
<entry>
<title>feat($sce): simpler patterns for $sceDelegateProviders white/blacklists</title>
<updated>2013-10-01T07:41:07+00:00</updated>
<author>
<name>Chirayu Krishnappa</name>
</author>
<published>2013-09-25T01:47:45+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/fork/angular.js/commit/?id=93ce5923e92f6d2db831d8715ec62734821c70ce'/>
<id>93ce5923e92f6d2db831d8715ec62734821c70ce</id>
<content type='text'>
Closes #4006
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Closes #4006
</pre>
</div>
</content>
</entry>
<entry>
<title>fix(ngTransclude): detect ngTranslude usage without a transclusion directive</title>
<updated>2013-09-30T23:44:19+00:00</updated>
<author>
<name>jankuca</name>
</author>
<published>2013-09-25T23:37:59+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/fork/angular.js/commit/?id=5a1a6b86a8dbcd8aa4fe9c59fad8d005eead686c'/>
<id>5a1a6b86a8dbcd8aa4fe9c59fad8d005eead686c</id>
<content type='text'>
Closes #3759
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Closes #3759
</pre>
</div>
</content>
</entry>
<entry>
<title>docs(minerr): add note about ngRoute in injector/modulerr</title>
<updated>2013-09-30T18:34:49+00:00</updated>
<author>
<name>Brian Ford</name>
</author>
<published>2013-09-30T18:34:49+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/fork/angular.js/commit/?id=8727fce31290de3067639f7ac4f16cfb2141ae18'/>
<id>8727fce31290de3067639f7ac4f16cfb2141ae18</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): fix broken style from long line in nonassign</title>
<updated>2013-09-26T21:13:02+00:00</updated>
<author>
<name>Brian Ford</name>
</author>
<published>2013-09-26T20:59:37+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/fork/angular.js/commit/?id=eea76a0ebe247685fef3b2111b941c8ddfff766c'/>
<id>eea76a0ebe247685fef3b2111b941c8ddfff766c</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>fix($parse): disallow access to window and dom in expressions</title>
<updated>2013-09-18T01:15:49+00:00</updated>
<author>
<name>Chirayu Krishnappa</name>
</author>
<published>2013-08-09T21:47:13+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/fork/angular.js/commit/?id=be0b4856699334ff51bacf2d1fd3394663d6bd28'/>
<id>be0b4856699334ff51bacf2d1fd3394663d6bd28</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>chore(minerr): move $sce:insecurl file to sce directory</title>
<updated>2013-08-15T18:51:37+00:00</updated>
<author>
<name>Ken Sheedlo</name>
</author>
<published>2013-08-13T23:14:34+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/fork/angular.js/commit/?id=02d42fda6dd56c8c1cd4af8c9c848fcc5210a370'/>
<id>02d42fda6dd56c8c1cd4af8c9c848fcc5210a370</id>
<content type='text'>
Closes #3568
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Closes #3568
</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>
</feed>
