<feed xmlns='http://www.w3.org/2005/Atom'>
<title>angular.js/test/ng/directive, branch v1.0.8</title>
<subtitle></subtitle>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/fork/angular.js/'/>
<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>
<entry>
<title>fix(select): ensure empty option is not lost in IE9</title>
<updated>2013-05-07T20:29:44+00:00</updated>
<author>
<name>Chad Smith</name>
</author>
<published>2013-03-19T10:22:06+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/fork/angular.js/commit/?id=f1a34f0908cf3629da4f97b20d0c77e315e93cb5'/>
<id>f1a34f0908cf3629da4f97b20d0c77e315e93cb5</id>
<content type='text'>
Fix a check inside render for select elements with ngOptions, which
compares the selected property of an element with it's desired state.
Ensure the placeholder, if available, is explicitly selected if the model
value can not be found in the option list.
Without these fixes it's up to the browser implementation to decide which
option to choose. In most browsers, this has the effect of displaying the
first item in the list. In IE9 however, this causes the select to display
nothing.

Closes #2150, #1826
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Fix a check inside render for select elements with ngOptions, which
compares the selected property of an element with it's desired state.
Ensure the placeholder, if available, is explicitly selected if the model
value can not be found in the option list.
Without these fixes it's up to the browser implementation to decide which
option to choose. In most browsers, this has the effect of displaying the
first item in the list. In IE9 however, this causes the select to display
nothing.

Closes #2150, #1826
</pre>
</div>
</content>
</entry>
</feed>
