<feed xmlns='http://www.w3.org/2005/Atom'>
<title>angular.js/test/directive, branch v1.0.0rc2</title>
<subtitle></subtitle>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/fork/angular.js/'/>
<entry>
<title>feat(input.radio): Allow value attribute to be interpolated</title>
<updated>2012-03-20T21:39:23+00:00</updated>
<author>
<name>Vojta Jina</name>
</author>
<published>2012-03-20T20:05:42+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/fork/angular.js/commit/?id=ade6c452753145c84884d17027a7865bf4b34b0c'/>
<id>ade6c452753145c84884d17027a7865bf4b34b0c</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>bug(ie7): incorrectly set all inputs to disabled</title>
<updated>2012-03-19T22:49:42+00:00</updated>
<author>
<name>Misko Hevery</name>
</author>
<published>2012-03-19T19:20:57+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/fork/angular.js/commit/?id=1cc0e4173de01d6c4103910d231a24b2834f4d91'/>
<id>1cc0e4173de01d6c4103910d231a24b2834f4d91</id>
<content type='text'>
In ie7 all of the input fields are set to readonly and disabled, because ie7 enumerates over all attributes even if the are not declared on the element.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
In ie7 all of the input fields are set to readonly and disabled, because ie7 enumerates over all attributes even if the are not declared on the element.
</pre>
</div>
</content>
</entry>
<entry>
<title>fix(select): multiselect failes to update view on selection insert</title>
<updated>2012-03-19T18:35:10+00:00</updated>
<author>
<name>Misko Hevery</name>
</author>
<published>2012-03-15T21:19:20+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/fork/angular.js/commit/?id=6ecac8e71a84792a434d21db2c245b3648c55f18'/>
<id>6ecac8e71a84792a434d21db2c245b3648c55f18</id>
<content type='text'>
In multiselect when the underlying selection array push/pops an element the view did not re-render since the array reference stayed the same.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
In multiselect when the underlying selection array push/pops an element the view did not re-render since the array reference stayed the same.
</pre>
</div>
</content>
</entry>
<entry>
<title>fix(ngForm): alias name||ngForm</title>
<updated>2012-03-19T18:35:09+00:00</updated>
<author>
<name>Misko Hevery</name>
</author>
<published>2012-03-15T21:08:49+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/fork/angular.js/commit/?id=823adb231995e917bc060bfa49453e2a96bac2b6'/>
<id>823adb231995e917bc060bfa49453e2a96bac2b6</id>
<content type='text'>
form directive was requiring name attribute even when invoked as attribute, resulting in unnecessary duplication
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
form directive was requiring name attribute even when invoked as attribute, resulting in unnecessary duplication
</pre>
</div>
</content>
</entry>
<entry>
<title>fix(ngView): controller not published</title>
<updated>2012-03-19T18:35:09+00:00</updated>
<author>
<name>Misko Hevery</name>
</author>
<published>2012-03-15T20:41:06+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/fork/angular.js/commit/?id=21e74c2d2e8e985b23711785287feb59965cbd90'/>
<id>21e74c2d2e8e985b23711785287feb59965cbd90</id>
<content type='text'>
corrected omitted assignment of controller to the element data object. Without this fix the controller created by ngView is not accessible from the browser debugger.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
corrected omitted assignment of controller to the element data object. Without this fix the controller created by ngView is not accessible from the browser debugger.
</pre>
</div>
</content>
</entry>
<entry>
<title>fix(ngRepeat): correct variable reference in error message</title>
<updated>2012-03-17T22:57:55+00:00</updated>
<author>
<name>Igor Minar</name>
</author>
<published>2012-03-17T22:57:55+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/fork/angular.js/commit/?id=935c1018da05dbf3124b2dd33619c4a3c82d7a2a'/>
<id>935c1018da05dbf3124b2dd33619c4a3c82d7a2a</id>
<content type='text'>
Closese #803
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Closese #803
</pre>
</div>
</content>
</entry>
<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>
</feed>
