<feed xmlns='http://www.w3.org/2005/Atom'>
<title>angular.js/test/ng/directive, branch g3_v1_0</title>
<subtitle></subtitle>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/fork/angular.js/'/>
<entry>
<title>fix(ngOptions): ignore object properties which start with $</title>
<updated>2013-09-13T12:22:36+00:00</updated>
<author>
<name>Gowtam Lal</name>
</author>
<published>2013-09-13T11:41:51+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/fork/angular.js/commit/?id=9ef5d8f31827ba5757ff03fe32fed6757517a36c'/>
<id>9ef5d8f31827ba5757ff03fe32fed6757517a36c</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>revert: feat(ngForm): Supports expression in form names</title>
<updated>2013-08-22T17:22:17+00:00</updated>
<author>
<name>Igor Minar</name>
</author>
<published>2013-08-22T17:22:17+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/fork/angular.js/commit/?id=dbcc44dc80644e4390523ab33204b460f60648ec'/>
<id>dbcc44dc80644e4390523ab33204b460f60648ec</id>
<content type='text'>
This reverts commit 4407e81c618d42c70e8cfca4f52dfc4a669b5c68.

No features or breaking changes in the stable branch please.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
This reverts commit 4407e81c618d42c70e8cfca4f52dfc4a669b5c68.

No features or breaking changes in the stable branch please.
</pre>
</div>
</content>
</entry>
<entry>
<title>feat(ngForm): Supports expression in form names</title>
<updated>2013-08-07T20:59:41+00:00</updated>
<author>
<name>Matthew Windwer</name>
</author>
<published>2013-07-02T19:14:24+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/fork/angular.js/commit/?id=4407e81c618d42c70e8cfca4f52dfc4a669b5c68'/>
<id>4407e81c618d42c70e8cfca4f52dfc4a669b5c68</id>
<content type='text'>
&lt;form name="ctrl.form"&gt; form controller will accessible
as $scope.ctrl.form instead of $scope['ctrl.form']

BREAKING CHANGE:
If you have form names that will evaluate as an expression:

&lt;form name="ctrl.form"&gt;

And if you are accessing the form from your controller:

  Before:

  function($scope) {
    $scope['ctrl.form'] // form controller instance
  }

  After:

  function($scope) {
    $scope.ctrl.form // form controller instance
  }

This makes it possible to access a form from a controller
using the new "controller as" syntax. Supporting the previous
behavior offers no benefit.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
&lt;form name="ctrl.form"&gt; form controller will accessible
as $scope.ctrl.form instead of $scope['ctrl.form']

BREAKING CHANGE:
If you have form names that will evaluate as an expression:

&lt;form name="ctrl.form"&gt;

And if you are accessing the form from your controller:

  Before:

  function($scope) {
    $scope['ctrl.form'] // form controller instance
  }

  After:

  function($scope) {
    $scope.ctrl.form // form controller instance
  }

This makes it possible to access a form from a controller
using the new "controller as" syntax. Supporting the previous
behavior offers no benefit.
</pre>
</div>
</content>
</entry>
<entry>
<title>fix(input): fix the email regex to accept TLDs up to 6 characters long</title>
<updated>2013-08-07T18:18:22+00:00</updated>
<author>
<name>neilmcgibbon</name>
</author>
<published>2013-08-02T13:57:58+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/fork/angular.js/commit/?id=ad76e77fce09d0aee28b5ca1a328d5df8596b935'/>
<id>ad76e77fce09d0aee28b5ca1a328d5df8596b935</id>
<content type='text'>
The input field email regex does't not match long domain extensions. This commit extends the email regexp to take a 6 character TLD.

Example 6-character TLDs include .museum and .travel - (e.g. allabout.travel).
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
The input field email regex does't not match long domain extensions. This commit extends the email regexp to take a 6 character TLD.

Example 6-character TLDs include .museum and .travel - (e.g. allabout.travel).
</pre>
</div>
</content>
</entry>
<entry>
<title>fix(form): pick the right attribute name for ngForm</title>
<updated>2013-07-24T21:41:54+00:00</updated>
<author>
<name>Pawel Kozlowski</name>
</author>
<published>2013-07-18T18:44:27+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/fork/angular.js/commit/?id=dc1e55ce1a314b6c1ad4b9d5b4a31226e1fa1e18'/>
<id>dc1e55ce1a314b6c1ad4b9d5b4a31226e1fa1e18</id>
<content type='text'>
Closes #2997
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Closes #2997
</pre>
</div>
</content>
</entry>
<entry>
<title>fix(ngSubmit): expose $event to ngSubmit callback</title>
<updated>2013-07-12T00:27:36+00:00</updated>
<author>
<name>Wesley Cho</name>
</author>
<published>2013-05-23T15:22:55+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/fork/angular.js/commit/?id=b0d5f062e316370c7ac57cfd628d085015a8187d'/>
<id>b0d5f062e316370c7ac57cfd628d085015a8187d</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>fix(ngValue): made ngValue to write value attribute to element</title>
<updated>2013-07-11T21:59:38+00:00</updated>
<author>
<name>Mikk Kirstein</name>
</author>
<published>2013-05-14T17:14:06+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/fork/angular.js/commit/?id=3b898664eea9913b6b25261d7310a61de476d173'/>
<id>3b898664eea9913b6b25261d7310a61de476d173</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>test(ngPattern): fix disabled test</title>
<updated>2013-07-11T18:58:47+00:00</updated>
<author>
<name>Igor Minar</name>
</author>
<published>2013-07-11T18:58:47+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/fork/angular.js/commit/?id=338264b5f6964999d36b4889fed95464a1f0fa84'/>
<id>338264b5f6964999d36b4889fed95464a1f0fa84</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>test(ngList): remove disabled test</title>
<updated>2013-07-11T18:12:17+00:00</updated>
<author>
<name>Igor Minar</name>
</author>
<published>2013-07-11T18:11:35+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/fork/angular.js/commit/?id=19b51caa2c19f5c622c08d37a04266794950b91e'/>
<id>19b51caa2c19f5c622c08d37a04266794950b91e</id>
<content type='text'>
this test fails and we don't have intentions on making it pass since
we never made a commitment to implement this feature.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
this test fails and we don't have intentions on making it pass since
we never made a commitment to implement this feature.
</pre>
</div>
</content>
</entry>
<entry>
<title>fix(ngPluralize): handle the empty string as a valid override</title>
<updated>2013-05-10T19:04:59+00:00</updated>
<author>
<name>Lucas Galfasó</name>
</author>
<published>2013-05-07T12:14:57+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/fork/angular.js/commit/?id=42ce8f7f556808da3947aa0bb1c448bbe970bd36'/>
<id>42ce8f7f556808da3947aa0bb1c448bbe970bd36</id>
<content type='text'>
Fix the check for overrides so it is able to handle the empty string

Closes #2575
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Fix the check for overrides so it is able to handle the empty string

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