<feed xmlns='http://www.w3.org/2005/Atom'>
<title>angular.js, branch v1.2.13</title>
<subtitle></subtitle>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/fork/angular.js/'/>
<entry>
<title>docs(changelog): release notes for 1.2.13</title>
<updated>2014-02-15T00:41:02+00:00</updated>
<author>
<name>Brian Ford</name>
</author>
<published>2014-02-14T21:29:51+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/fork/angular.js/commit/?id=c086f831fbcb4e658993c2d7136d52eed04e486c'/>
<id>c086f831fbcb4e658993c2d7136d52eed04e486c</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>style(animate): remove ws</title>
<updated>2014-02-15T00:31:57+00:00</updated>
<author>
<name>Igor Minar</name>
</author>
<published>2014-02-14T23:53:57+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/fork/angular.js/commit/?id=fab2d3c92fb4f813f0cf6f3e576d2d01ee8ade4b'/>
<id>fab2d3c92fb4f813f0cf6f3e576d2d01ee8ade4b</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>fix($animate): ensure $animate doesn't break natural CSS transitions</title>
<updated>2014-02-15T00:30:48+00:00</updated>
<author>
<name>Matias Niemelä</name>
</author>
<published>2014-02-14T09:02:46+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/fork/angular.js/commit/?id=4f84f6b3e4210ae1eb14728a46d43dd961700a0c'/>
<id>4f84f6b3e4210ae1eb14728a46d43dd961700a0c</id>
<content type='text'>
BREAKING CHANGE: ngClass and {{ class }} will now call the `setClass`
animation callback instead of addClass / removeClass when both a
addClass/removeClass operation is being executed on the element during the animation.

Please include the setClass animation callback as well as addClass and removeClass within
your JS animations to work with ngClass and {{ class }} directives.

Closes #6019
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
BREAKING CHANGE: ngClass and {{ class }} will now call the `setClass`
animation callback instead of addClass / removeClass when both a
addClass/removeClass operation is being executed on the element during the animation.

Please include the setClass animation callback as well as addClass and removeClass within
your JS animations to work with ngClass and {{ class }} directives.

Closes #6019
</pre>
</div>
</content>
</entry>
<entry>
<title>pref($animate): only trigger DOM callbacks if registered on the element being animated</title>
<updated>2014-02-15T00:28:56+00:00</updated>
<author>
<name>Matias Niemelä</name>
</author>
<published>2014-02-14T05:53:49+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/fork/angular.js/commit/?id=cf5e463abd2c23f62e9c2e6361e6c53048c8910e'/>
<id>cf5e463abd2c23f62e9c2e6361e6c53048c8910e</id>
<content type='text'>
BREAKING CHANGE: Both the `$animate:before` and `$animate:after` DOM events must be now
registered prior to the $animate operation taking place. The `$animate:close` event
can be registered anytime afterwards.

DOM callbacks used to fired for each and every animation operation that occurs within the
$animate service provided in the ngAnimate module. This may end up slowing down an
application if 100s of elements are being inserted into the page. Therefore after this
change callbacks are only fired if registered on the element being animated.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
BREAKING CHANGE: Both the `$animate:before` and `$animate:after` DOM events must be now
registered prior to the $animate operation taking place. The `$animate:close` event
can be registered anytime afterwards.

DOM callbacks used to fired for each and every animation operation that occurs within the
$animate service provided in the ngAnimate module. This may end up slowing down an
application if 100s of elements are being inserted into the page. Therefore after this
change callbacks are only fired if registered on the element being animated.
</pre>
</div>
</content>
</entry>
<entry>
<title>pref($animate): group all asynchronous requests into one shared buffer</title>
<updated>2014-02-15T00:28:34+00:00</updated>
<author>
<name>Matias Niemelä</name>
</author>
<published>2014-02-13T19:59:25+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/fork/angular.js/commit/?id=f288b8f010468237d238acf51ea3d8108138207a'/>
<id>f288b8f010468237d238acf51ea3d8108138207a</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>chore(jqLite): expose the _data lookup function to angular.element</title>
<updated>2014-02-14T23:49:08+00:00</updated>
<author>
<name>Matias Niemelä</name>
</author>
<published>2014-02-14T05:25:10+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/fork/angular.js/commit/?id=b7e4e92014a5fe7a2d8c896703498090d88793ce'/>
<id>b7e4e92014a5fe7a2d8c896703498090d88793ce</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>fix($compile) support templates with table content root nodes</title>
<updated>2014-02-14T19:42:55+00:00</updated>
<author>
<name>Caitlin Potter</name>
</author>
<published>2013-12-02T20:05:21+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/fork/angular.js/commit/?id=31c450bcee53d0a3827b7e0a611e9013b2496506'/>
<id>31c450bcee53d0a3827b7e0a611e9013b2496506</id>
<content type='text'>
If the first element in a template is a &lt;tr&gt;, &lt;th&gt;, &lt;td&gt;, or &lt;tbody&gt; tag,
the HTML compiler will ensure that the template is wrapped in a &lt;table&gt;
element so that the table content is not discarded.

Closes #2848
Closes #1459
Closes #3647
Closes #3241
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
If the first element in a template is a &lt;tr&gt;, &lt;th&gt;, &lt;td&gt;, or &lt;tbody&gt; tag,
the HTML compiler will ensure that the template is wrapped in a &lt;table&gt;
element so that the table content is not discarded.

Closes #2848
Closes #1459
Closes #3647
Closes #3241
</pre>
</div>
</content>
</entry>
<entry>
<title>fix(input): don't apply textInput to &lt;input type="file"&gt;</title>
<updated>2014-02-13T21:43:18+00:00</updated>
<author>
<name>Tim Whitbeck</name>
</author>
<published>2014-02-13T18:27:42+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/fork/angular.js/commit/?id=a9fcb0d0fc6456f80501b8820d02b04d7c15b6d6'/>
<id>a9fcb0d0fc6456f80501b8820d02b04d7c15b6d6</id>
<content type='text'>
textInput shouldn't be applied to file inputs to ease writing of custom file input directives.

This change prevents file inputs from instantiating the text input parser/formatter pipelines.

Closes #6247
Closes #6231
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
textInput shouldn't be applied to file inputs to ease writing of custom file input directives.

This change prevents file inputs from instantiating the text input parser/formatter pipelines.

Closes #6247
Closes #6231
</pre>
</div>
</content>
</entry>
<entry>
<title>Merge pull request #6245 from brianhall/master</title>
<updated>2014-02-13T18:35:05+00:00</updated>
<author>
<name>Naomi Black</name>
</author>
<published>2014-02-13T18:35:05+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/fork/angular.js/commit/?id=a3846ab8372717c07f0346cb73eda8455a80c717'/>
<id>a3846ab8372717c07f0346cb73eda8455a80c717</id>
<content type='text'>
Google logo in AngularJS.exports to vector format.</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Google logo in AngularJS.exports to vector format.</pre>
</div>
</content>
</entry>
<entry>
<title>docs(logo): change logo to vector format in .eps file</title>
<updated>2014-02-13T17:51:11+00:00</updated>
<author>
<name>Brian Hall</name>
</author>
<published>2014-02-13T17:21:29+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/fork/angular.js/commit/?id=1953b0bed9dbcc536bc82e2a03e404b649c00c5e'/>
<id>1953b0bed9dbcc536bc82e2a03e404b649c00c5e</id>
<content type='text'>
Browser: Other
Component: docs
Regression: no

Closes issue #6092
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Browser: Other
Component: docs
Regression: no

Closes issue #6092
</pre>
</div>
</content>
</entry>
</feed>
