<feed xmlns='http://www.w3.org/2005/Atom'>
<title>angular.js/src/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>docs(filters): use ng-model-instant in live examples</title>
<updated>2012-03-20T18:07:35+00:00</updated>
<author>
<name>Igor Minar</name>
</author>
<published>2012-03-19T16:37:32+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/fork/angular.js/commit/?id=64fb1f262028679b7eb1760bb38f9b1e4003d8e7'/>
<id>64fb1f262028679b7eb1760bb38f9b1e4003d8e7</id>
<content type='text'>
Closes #807
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Closes #807
</pre>
</div>
</content>
</entry>
<entry>
<title>chore(parseInt): cleanup parseInt() for our int()</title>
<updated>2012-03-19T18:41:23+00:00</updated>
<author>
<name>Misko Hevery</name>
</author>
<published>2012-03-16T19:55:54+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/fork/angular.js/commit/?id=d4ae7988dad88af608db9cf34992c9c748eda6aa'/>
<id>d4ae7988dad88af608db9cf34992c9c748eda6aa</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</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): Remove double registering of form</title>
<updated>2012-03-16T19:06:29+00:00</updated>
<author>
<name>Vojta Jina</name>
</author>
<published>2012-03-16T07:55:42+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/fork/angular.js/commit/?id=1faafa31582c4e9413f48dc7d12f5b681f9fe9fd'/>
<id>1faafa31582c4e9413f48dc7d12f5b681f9fe9fd</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</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>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>
