<feed xmlns='http://www.w3.org/2005/Atom'>
<title>angular.js/docs, branch v0.10.4</title>
<subtitle></subtitle>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/fork/angular.js/'/>
<entry>
<title>fix(docs): key-binding used old scope apis</title>
<updated>2011-10-23T04:32:48+00:00</updated>
<author>
<name>Igor Minar</name>
</author>
<published>2011-10-22T05:53:25+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/fork/angular.js/commit/?id=e28171d5e493e0878d5276a44d4aa3db4ebd74f2'/>
<id>e28171d5e493e0878d5276a44d4aa3db4ebd74f2</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>feat(docs): add "Loading..." notification</title>
<updated>2011-10-23T04:32:47+00:00</updated>
<author>
<name>Igor Minar</name>
</author>
<published>2011-10-22T04:48:13+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/fork/angular.js/commit/?id=ce73ed091b13aeef03b2061623512b87307cd251'/>
<id>ce73ed091b13aeef03b2061623512b87307cd251</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>fix(docs): update page title only when content loads</title>
<updated>2011-10-23T04:32:47+00:00</updated>
<author>
<name>Igor Minar</name>
</author>
<published>2011-10-21T14:56:44+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/fork/angular.js/commit/?id=90ac8d57b0d5ef68cb70486edf0590fff225a284'/>
<id>90ac8d57b0d5ef68cb70486edf0590fff225a284</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>style(docs): change "this" to "scope" in the controller</title>
<updated>2011-10-23T04:32:47+00:00</updated>
<author>
<name>Igor Minar</name>
</author>
<published>2011-10-21T14:56:03+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/fork/angular.js/commit/?id=6eb117950540dd0dce2ea71164f8cbc28d803b92'/>
<id>6eb117950540dd0dce2ea71164f8cbc28d803b92</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>fix(compiler): revert 8611ebe6 - calling \$digest after linking</title>
<updated>2011-10-20T22:51:14+00:00</updated>
<author>
<name>Igor Minar</name>
</author>
<published>2011-10-20T22:37:37+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/fork/angular.js/commit/?id=f38010d3a2f457a53798212ef72418637dabe189'/>
<id>f38010d3a2f457a53798212ef72418637dabe189</id>
<content type='text'>
Change introduced by me in 8611ebe6 results in considerable inefficiencies when the compiler
and linker is used from within a widget, in which case, we call $digest unnecessary since it
will be called by the $apply which called the directive/widget in the first place.

There are only two places when the extra $digest call can be useful - when manually bootstrapping
the app or in tests. However even in tests this behavior can result in unwanted results (especially
when ng:controller is involved). So it is better to leave it for the developer to call $digest
when it is really needed.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Change introduced by me in 8611ebe6 results in considerable inefficiencies when the compiler
and linker is used from within a widget, in which case, we call $digest unnecessary since it
will be called by the $apply which called the directive/widget in the first place.

There are only two places when the extra $digest call can be useful - when manually bootstrapping
the app or in tests. However even in tests this behavior can result in unwanted results (especially
when ng:controller is involved). So it is better to leave it for the developer to call $digest
when it is really needed.
</pre>
</div>
</content>
</entry>
<entry>
<title>fix(gen-docs): require files without touching PATH</title>
<updated>2011-10-19T05:23:52+00:00</updated>
<author>
<name>Vojta Jina</name>
</author>
<published>2011-10-17T22:26:10+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/fork/angular.js/commit/?id=8978e066b5f7fd0fac273b470b90fe4f9bef48c2'/>
<id>8978e066b5f7fd0fac273b470b90fe4f9bef48c2</id>
<content type='text'>
So that it works on latest revision of node...
New version of Node (v0.5.x) does not support require.paths.push().
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
So that it works on latest revision of node...
New version of Node (v0.5.x) does not support require.paths.push().
</pre>
</div>
</content>
</entry>
<entry>
<title>fix(docs): fix jsfiddle integration</title>
<updated>2011-10-14T15:31:00+00:00</updated>
<author>
<name>Igor Minar</name>
</author>
<published>2011-10-14T15:31:00+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/fork/angular.js/commit/?id=669b53ede21d74a7efd05592e7697e473b37e2a0'/>
<id>669b53ede21d74a7efd05592e7697e473b37e2a0</id>
<content type='text'>
this got accidentally messed up during the forms refactoring and mass renaming
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
this got accidentally messed up during the forms refactoring and mass renaming
</pre>
</div>
</content>
</entry>
<entry>
<title>docs(forms): fix devguide forms example code</title>
<updated>2011-10-14T15:30:02+00:00</updated>
<author>
<name>Igor Minar</name>
</author>
<published>2011-10-14T15:30:02+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/fork/angular.js/commit/?id=b0c3f28e8f541ccf6c25e3fdd3f3cae8c727e067'/>
<id>b0c3f28e8f541ccf6c25e3fdd3f3cae8c727e067</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>docs(cookbook): disable jsfiddle for deeplinking example</title>
<updated>2011-10-14T15:29:33+00:00</updated>
<author>
<name>Igor Minar</name>
</author>
<published>2011-10-14T15:29:33+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/fork/angular.js/commit/?id=9810dc0993bbb6509b3b7f77abaf8fcfef1f45bf'/>
<id>9810dc0993bbb6509b3b7f77abaf8fcfef1f45bf</id>
<content type='text'>
it uses extra resources, so it won't work on fiddle
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
it uses extra resources, so it won't work on fiddle
</pre>
</div>
</content>
</entry>
<entry>
<title>docs($location): Html5 -&gt; HTML5</title>
<updated>2011-10-13T21:42:49+00:00</updated>
<author>
<name>Igor Minar</name>
</author>
<published>2011-10-13T21:42:41+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/fork/angular.js/commit/?id=ad5e42cf8229a40d8dfd3f3e178207b2af1cdb14'/>
<id>ad5e42cf8229a40d8dfd3f3e178207b2af1cdb14</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
</feed>
