<feed xmlns='http://www.w3.org/2005/Atom'>
<title>angular.js/src/ng/directive, branch v1.2.14</title>
<subtitle></subtitle>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/fork/angular.js/'/>
<entry>
<title>style: enable jscs requireRightStickedOperators rule</title>
<updated>2014-03-01T00:47:21+00:00</updated>
<author>
<name>Igor Minar</name>
</author>
<published>2014-03-01T00:43:23+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/fork/angular.js/commit/?id=d3fbc25be21719e76907cacfcb0291788c79adc2'/>
<id>d3fbc25be21719e76907cacfcb0291788c79adc2</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>docs(forms): generated CSS classes for forms and inputs must have a ng prefix</title>
<updated>2014-02-28T19:59:12+00:00</updated>
<author>
<name>Matias Niemelä</name>
</author>
<published>2014-02-28T19:59:12+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/fork/angular.js/commit/?id=0d034a98ec4ef1e0c3c1727e23d1ccd971ae74e6'/>
<id>0d034a98ec4ef1e0c3c1727e23d1ccd971ae74e6</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>docs(input): update $parsers NgModelController doc</title>
<updated>2014-02-28T19:09:30+00:00</updated>
<author>
<name>Jason Winnebeck</name>
</author>
<published>2014-01-09T16:30:31+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/fork/angular.js/commit/?id=0c8a88ba092a251ba8d79092c590f45a6cd27de9'/>
<id>0c8a88ba092a251ba8d79092c590f45a6cd27de9</id>
<content type='text'>
Make it clear that the result of the $parsers pipeline is what goes to the model value.

Closes #5708
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Make it clear that the result of the $parsers pipeline is what goes to the model value.

Closes #5708
</pre>
</div>
</content>
</entry>
<entry>
<title>feat($animate): animate dirty, pristine, valid, invalid for form/fields</title>
<updated>2014-02-28T06:01:34+00:00</updated>
<author>
<name>Yves Brissaud</name>
</author>
<published>2013-12-10T20:49:31+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/fork/angular.js/commit/?id=33443966c8e8cac85a863bb181d4a4aff00baab4'/>
<id>33443966c8e8cac85a863bb181d4a4aff00baab4</id>
<content type='text'>
Add css animations when form or field status change to/from dirty,
pristine, valid or invalid. This works like animation system present
with ngClass, ngShow, etc.

Closes #5378
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Add css animations when form or field status change to/from dirty,
pristine, valid or invalid. This works like animation system present
with ngClass, ngShow, etc.

Closes #5378
</pre>
</div>
</content>
</entry>
<entry>
<title>fix($animate): ensure that animateable directives cancel expired leave animations</title>
<updated>2014-02-26T19:53:57+00:00</updated>
<author>
<name>Matias Niemelä</name>
</author>
<published>2014-02-21T08:43:50+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/fork/angular.js/commit/?id=e9881991ca0a5019d3a4215477738ed247898ba0'/>
<id>e9881991ca0a5019d3a4215477738ed247898ba0</id>
<content type='text'>
If enter -&gt; leave -&gt; enter -&gt; leave occurs then the first leave animation will
animate alongside the second. This causes the very first DOM node (the view in ngView
for example) to animate at the same time as the most recent DOM node which ends
up being an undesired effect. This fix takes care of this issue.

Closes #5886
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
If enter -&gt; leave -&gt; enter -&gt; leave occurs then the first leave animation will
animate alongside the second. This causes the very first DOM node (the view in ngView
for example) to animate at the same time as the most recent DOM node which ends
up being an undesired effect. This fix takes care of this issue.

Closes #5886
</pre>
</div>
</content>
</entry>
<entry>
<title>docs(ngPluralize): corrected "bounded to" to "bound to"</title>
<updated>2014-02-22T20:29:14+00:00</updated>
<author>
<name>Alessandro Bahgat</name>
</author>
<published>2014-02-22T16:38:39+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/fork/angular.js/commit/?id=61b2515c0d7106e3413387e4b1f0d6cf335ba6c7'/>
<id>61b2515c0d7106e3413387e4b1f0d6cf335ba6c7</id>
<content type='text'>
Closes #6408
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Closes #6408
</pre>
</div>
</content>
</entry>
<entry>
<title>fix(input): use ValidityState to determine validity</title>
<updated>2014-02-21T23:03:24+00:00</updated>
<author>
<name>Caitlin Potter</name>
</author>
<published>2014-01-23T03:30:20+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/fork/angular.js/commit/?id=c2d447e378dd72d1b955f476bd5bf249625b4dab'/>
<id>c2d447e378dd72d1b955f476bd5bf249625b4dab</id>
<content type='text'>
In browsers where HTML5 constraint validation is (partially) implemented, an invalid number
entered into an input[type=number] (for example) input element would be visible to the
script context as the empty string. When the required or ngRequired attributes are not used,
this results in the invalid state of the input being ignored and considered valid.

To address this, a validator which considers the state of the HTML5 ValidityState object is
used when available.

Closes #4293
Closes #2144
Closes #4857
Closes #5120
Closes #4945
Closes #5500
Closes #5944
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
In browsers where HTML5 constraint validation is (partially) implemented, an invalid number
entered into an input[type=number] (for example) input element would be visible to the
script context as the empty string. When the required or ngRequired attributes are not used,
this results in the invalid state of the input being ignored and considered valid.

To address this, a validator which considers the state of the HTML5 ValidityState object is
used when available.

Closes #4293
Closes #2144
Closes #4857
Closes #5120
Closes #4945
Closes #5500
Closes #5944
</pre>
</div>
</content>
</entry>
<entry>
<title>feat(ngHref): bind ng-href to xlink:href for SVGAElement</title>
<updated>2014-02-21T22:56:48+00:00</updated>
<author>
<name>Caitlin Potter</name>
</author>
<published>2014-01-21T01:59:21+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/fork/angular.js/commit/?id=2bce71e9dc10c8588f9eb599a0cd2e831440fc48'/>
<id>2bce71e9dc10c8588f9eb599a0cd2e831440fc48</id>
<content type='text'>
This change makes the ngHref directive useful for SVGAElements by having it bind
to the xlink:href attribute rather than the href attribute.

Closes #5904
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
This change makes the ngHref directive useful for SVGAElements by having it bind
to the xlink:href attribute rather than the href attribute.

Closes #5904
</pre>
</div>
</content>
</entry>
<entry>
<title>docs(*): fix anchors for members in api docs</title>
<updated>2014-02-21T19:37:37+00:00</updated>
<author>
<name>Peter Bacon Darwin</name>
</author>
<published>2014-02-21T19:37:37+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/fork/angular.js/commit/?id=4a6a3ba7fb08ce99007893ef75365a3e8aff938a'/>
<id>4a6a3ba7fb08ce99007893ef75365a3e8aff938a</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>docs(ngSubmit): reference correct object ($scope) in example.</title>
<updated>2014-02-20T22:12:52+00:00</updated>
<author>
<name>James Roome</name>
</author>
<published>2014-02-20T22:06:52+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/fork/angular.js/commit/?id=2a37690f709391d5bcd4186809046676100bd98f'/>
<id>2a37690f709391d5bcd4186809046676100bd98f</id>
<content type='text'>
Switched from this to $scope. It's confusing using $scope and this interchangeably.

Closes #6375
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Switched from this to $scope. It's confusing using $scope and this interchangeably.

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