<feed xmlns='http://www.w3.org/2005/Atom'>
<title>angular.js/test/directive, branch g3-v1.0.0rc1</title>
<subtitle></subtitle>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/fork/angular.js/'/>
<entry>
<title>fix(forms): Set ng-valid/ng-invalid correctly</title>
<updated>2012-03-16T19:06:29+00:00</updated>
<author>
<name>Vojta Jina</name>
</author>
<published>2012-03-16T00:17:23+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/fork/angular.js/commit/?id=08bfea183a850b29da270eac47f80b598cbe600f'/>
<id>08bfea183a850b29da270eac47f80b598cbe600f</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>style(ngViewSpec): pretify some tests with $destroy events</title>
<updated>2012-03-16T17:52:40+00:00</updated>
<author>
<name>Igor Minar</name>
</author>
<published>2012-03-16T17:52:20+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/fork/angular.js/commit/?id=bca96e7c7cc723a091241fddd6845d6de262a3c9'/>
<id>bca96e7c7cc723a091241fddd6845d6de262a3c9</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>style(ngSwitchSpec): fix typo</title>
<updated>2012-03-15T22:23:49+00:00</updated>
<author>
<name>Igor Minar</name>
</author>
<published>2012-03-15T22:23:49+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/fork/angular.js/commit/?id=252d4548f981e18f496877f0f1a30a6c05c8600f'/>
<id>252d4548f981e18f496877f0f1a30a6c05c8600f</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>fix(ng-switch): properly destroy child scopes</title>
<updated>2012-03-14T21:33:20+00:00</updated>
<author>
<name>Igor Minar</name>
</author>
<published>2012-03-14T20:03:53+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/fork/angular.js/commit/?id=2315d9b3610994b36c44e4a97fb1427d59471ce8'/>
<id>2315d9b3610994b36c44e4a97fb1427d59471ce8</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>feat(ng-list): Allow custom separator</title>
<updated>2012-03-14T00:51:05+00:00</updated>
<author>
<name>Vojta Jina</name>
</author>
<published>2012-03-13T05:56:36+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/fork/angular.js/commit/?id=13f31602f396bc269076ab4d389cfd8ca94b20ba'/>
<id>13f31602f396bc269076ab4d389cfd8ca94b20ba</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>feat(compile): allow ngForm on attribute and class</title>
<updated>2012-03-13T23:59:10+00:00</updated>
<author>
<name>Misko Hevery</name>
</author>
<published>2012-03-13T23:14:58+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/fork/angular.js/commit/?id=e9e3ee012b50f868f4cd68f3571560680998a19b'/>
<id>e9e3ee012b50f868f4cd68f3571560680998a19b</id>
<content type='text'>
#feature
- ngForm directive can now be used with element, class, and attributes
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
#feature
- ngForm directive can now be used with element, class, and attributes
</pre>
</div>
</content>
</entry>
<entry>
<title>f(compile): boolean attributes too agresive</title>
<updated>2012-03-13T23:59:03+00:00</updated>
<author>
<name>Misko Hevery</name>
</author>
<published>2012-03-13T21:42:26+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/fork/angular.js/commit/?id=de9464c1431906883bdf180fb00615e6fa371577'/>
<id>de9464c1431906883bdf180fb00615e6fa371577</id>
<content type='text'>
- compiler would rewrite boolean attributes on all elements. This is too aggressive and interferes with some third-party frameworks
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
- compiler would rewrite boolean attributes on all elements. This is too aggressive and interferes with some third-party frameworks
</pre>
</div>
</content>
</entry>
<entry>
<title>fix(ng-non-bindable): increase priority to 1000</title>
<updated>2012-03-13T23:58:36+00:00</updated>
<author>
<name>Misko Hevery</name>
</author>
<published>2012-03-13T20:49:05+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/fork/angular.js/commit/?id=31cd5803102ba93f8b93cd5304aea4ade50f96ab'/>
<id>31cd5803102ba93f8b93cd5304aea4ade50f96ab</id>
<content type='text'>
- increase ng-non-bindable prioirity to 1000 so that it prevents attribute interpolation on same level.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
- increase ng-non-bindable prioirity to 1000 so that it prevents attribute interpolation on same level.
</pre>
</div>
</content>
</entry>
<entry>
<title>feat(form): publish validationErrorKeys as CSS</title>
<updated>2012-03-13T23:57:36+00:00</updated>
<author>
<name>Misko Hevery</name>
</author>
<published>2012-03-13T20:17:39+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/fork/angular.js/commit/?id=d34f3bc7a61056a1f4aebb49d2475414fa16d5e4'/>
<id>d34f3bc7a61056a1f4aebb49d2475414fa16d5e4</id>
<content type='text'>
- The validationErrorKeys are now published as CSS for easy styling. The errorKeys should be in
 camelCase and the CSS will be in snake-case
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
- The validationErrorKeys are now published as CSS for easy styling. The errorKeys should be in
 camelCase and the CSS will be in snake-case
</pre>
</div>
</content>
</entry>
<entry>
<title>fix(forms): remove control.$form and use nullFormCtrl</title>
<updated>2012-03-13T23:05:52+00:00</updated>
<author>
<name>Igor Minar</name>
</author>
<published>2012-03-13T21:56:52+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/fork/angular.js/commit/?id=4806d28a29ae5c3f83d8f97c11e692ca2313c9ab'/>
<id>4806d28a29ae5c3f83d8f97c11e692ca2313c9ab</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
</feed>
