<feed xmlns='http://www.w3.org/2005/Atom'>
<title>angular.js/src/ng/directive, branch v1.2.13</title>
<subtitle></subtitle>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/fork/angular.js/'/>
<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>fix(input): setViewValue on compositionend</title>
<updated>2014-02-13T01:28:13+00:00</updated>
<author>
<name>Caitlin Potter</name>
</author>
<published>2013-12-16T18:06:16+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/fork/angular.js/commit/?id=2b7302713674506fdbcdc396c38f18dcb90dee8c'/>
<id>2b7302713674506fdbcdc396c38f18dcb90dee8c</id>
<content type='text'>
Because of a4e6d962, model is not updated on input/change between the
compositionstart and compositionend events. Unfortunately, the compositionend
event does not always happen prior to an input/change event.

This changeset calls the listener function to update the model after a
compositionend event is received.

Closes #6058
Closes #5433
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Because of a4e6d962, model is not updated on input/change between the
compositionstart and compositionend events. Unfortunately, the compositionend
event does not always happen prior to an input/change event.

This changeset calls the listener function to update the model after a
compositionend event is received.

Closes #6058
Closes #5433
</pre>
</div>
</content>
</entry>
<entry>
<title>docs(input): document NgModelController.$isEmpty parameters / return value</title>
<updated>2014-02-12T13:19:24+00:00</updated>
<author>
<name>Mathieu Tricoire</name>
</author>
<published>2014-02-12T09:53:52+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/fork/angular.js/commit/?id=46cba2e05dff2ca34a1d5c85e6d68abc9c06d9fe'/>
<id>46cba2e05dff2ca34a1d5c85e6d68abc9c06d9fe</id>
<content type='text'>
Closes #6224
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Closes #6224
</pre>
</div>
</content>
</entry>
<entry>
<title>refactor(ngTransclude): use transclusion function passed in to link</title>
<updated>2014-02-11T19:57:56+00:00</updated>
<author>
<name>Daniel Tabuenca</name>
</author>
<published>2013-12-13T23:20:31+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/fork/angular.js/commit/?id=08793a690abe3eda40deae10f8a0a117779bdbd9'/>
<id>08793a690abe3eda40deae10f8a0a117779bdbd9</id>
<content type='text'>
Since we now pass in the transclusion function directly to the link function, we no longer need
the old scheme whereby we saved the transclude function injected into the controller for later
use in during linking.

Additionally, this change may aid in correcting a memory leak of detached DOM nodes (see #6181
for details).

This commit removes the controller and simplifies ngTransclude.

Closes #5375
Closes #6181
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Since we now pass in the transclusion function directly to the link function, we no longer need
the old scheme whereby we saved the transclude function injected into the controller for later
use in during linking.

Additionally, this change may aid in correcting a memory leak of detached DOM nodes (see #6181
for details).

This commit removes the controller and simplifies ngTransclude.

Closes #5375
Closes #6181
</pre>
</div>
</content>
</entry>
<entry>
<title>docs(ngSubmit): ngSubmit also works with the `data-action`/`x-action` attributes</title>
<updated>2014-02-11T00:35:22+00:00</updated>
<author>
<name>James Wagoner</name>
</author>
<published>2014-02-10T08:17:08+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/fork/angular.js/commit/?id=a68624444afcb9e3796b1a751cf3817cafd20240'/>
<id>a68624444afcb9e3796b1a751cf3817cafd20240</id>
<content type='text'>
The documentation states only the "action" attribute triggers this, which is incorrect. When using
the attribute "data-action" (as for AJAX control, attempting to bypass the "action" attribute but
still make it obvious what its for), Angular thinks this is also classified as "action" and
continues with the page submission.

Closes #6196
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
The documentation states only the "action" attribute triggers this, which is incorrect. When using
the attribute "data-action" (as for AJAX control, attempting to bypass the "action" attribute but
still make it obvious what its for), Angular thinks this is also classified as "action" and
continues with the page submission.

Closes #6196
</pre>
</div>
</content>
</entry>
<entry>
<title>chore(testing): de-flake a ngHref test for navigating away from the Angular page</title>
<updated>2014-02-07T01:03:39+00:00</updated>
<author>
<name>Julie</name>
</author>
<published>2014-02-06T20:45:43+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/fork/angular.js/commit/?id=16301bed2838276b1d5f315bde621edb32f82c6c'/>
<id>16301bed2838276b1d5f315bde621edb32f82c6c</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>chore(testing): run end to end tests on firefox and safari as well as chrome</title>
<updated>2014-02-05T23:39:59+00:00</updated>
<author>
<name>Julie</name>
</author>
<published>2014-01-31T02:49:58+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/fork/angular.js/commit/?id=0e85ca9ddb5f259908400463764fd6141977b341'/>
<id>0e85ca9ddb5f259908400463764fd6141977b341</id>
<content type='text'>
Update the Travis and Jenkins configs to run protractor tests on Safari and Firefox as well,
and make the Travis tests run output XML and turn off color.

Fix tests which were failing in Firefox due to clear() not working as expected.

Fix tests which were failing in Safari due to SafariDriver not understanding the minus key,
and disable tests which SafariDriver has no support for.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Update the Travis and Jenkins configs to run protractor tests on Safari and Firefox as well,
and make the Travis tests run output XML and turn off color.

Fix tests which were failing in Firefox due to clear() not working as expected.

Fix tests which were failing in Safari due to SafariDriver not understanding the minus key,
and disable tests which SafariDriver has no support for.
</pre>
</div>
</content>
</entry>
<entry>
<title>chore(ngClass): remove debugger statement from an e2e test</title>
<updated>2014-02-03T19:43:14+00:00</updated>
<author>
<name>Igor Minar</name>
</author>
<published>2014-02-03T19:43:14+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/fork/angular.js/commit/?id=19ba6510d02317311fd1af3a173bc9eb970615bc'/>
<id>19ba6510d02317311fd1af3a173bc9eb970615bc</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>test(docs): convert example end to end doc tests from scenario runner to protractor</title>
<updated>2014-01-28T19:14:20+00:00</updated>
<author>
<name>Julie</name>
</author>
<published>2014-01-12T00:59:15+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/fork/angular.js/commit/?id=7aef2d54e0a48fae18a289813f699962d8310565'/>
<id>7aef2d54e0a48fae18a289813f699962d8310565</id>
<content type='text'>
Thanks to jeffbcross, petebacondarwin, btford, jdeboer, tbosch for contributions!

Closes #6023
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Thanks to jeffbcross, petebacondarwin, btford, jdeboer, tbosch for contributions!

Closes #6023
</pre>
</div>
</content>
</entry>
<entry>
<title>docs(select): rephase note on ngOptions</title>
<updated>2014-01-26T20:45:04+00:00</updated>
<author>
<name>David Nelson</name>
</author>
<published>2014-01-26T20:28:06+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/fork/angular.js/commit/?id=766b3d5c874a9c53fe6bfcf17e498e1dcf42c3a9'/>
<id>766b3d5c874a9c53fe6bfcf17e498e1dcf42c3a9</id>
<content type='text'>
added 'an' and 'the' to ngOptions sentence

Closes #5993
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
added 'an' and 'the' to ngOptions sentence

Closes #5993
</pre>
</div>
</content>
</entry>
</feed>
