<feed xmlns='http://www.w3.org/2005/Atom'>
<title>angular.js/src, branch v0.9.15</title>
<subtitle></subtitle>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/fork/angular.js/'/>
<entry>
<title>fix indentation in angular.filter.html examples</title>
<updated>2011-04-11T21:23:26+00:00</updated>
<author>
<name>Igor Minar</name>
</author>
<published>2011-04-11T21:22:31+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/fork/angular.js/commit/?id=8bb9f12961a931edc15801383c05c917c6ba09fb'/>
<id>8bb9f12961a931edc15801383c05c917c6ba09fb</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>fix e2e runner's navigateTo when url contains # fragment</title>
<updated>2011-04-11T17:20:42+00:00</updated>
<author>
<name>Igor Minar</name>
</author>
<published>2011-04-11T17:20:42+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/fork/angular.js/commit/?id=ce0fbc6a7763982abf6e3f2183e1fd49e3f548fb'/>
<id>ce0fbc6a7763982abf6e3f2183e1fd49e3f548fb</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>doc fix - ng:autobind, ng:controller and more</title>
<updated>2011-04-11T14:20:30+00:00</updated>
<author>
<name>Kenneth R. Culp</name>
</author>
<published>2011-04-08T23:03:39+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/fork/angular.js/commit/?id=3d787ab6f4fecf9168159e460fcd148120aa4c43'/>
<id>3d787ab6f4fecf9168159e460fcd148120aa4c43</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>fix build for IE9</title>
<updated>2011-04-09T07:16:44+00:00</updated>
<author>
<name>Igor Minar</name>
</author>
<published>2011-04-09T07:16:40+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/fork/angular.js/commit/?id=9462b556a31efbe1560c5086326c80a6e9e39f87'/>
<id>9462b556a31efbe1560c5086326c80a6e9e39f87</id>
<content type='text'>
all unit tests now pass under IE9
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
all unit tests now pass under IE9
</pre>
</div>
</content>
</entry>
<entry>
<title>fix $location service docs and examples</title>
<updated>2011-04-08T17:03:06+00:00</updated>
<author>
<name>Igor Minar</name>
</author>
<published>2011-04-08T16:54:29+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/fork/angular.js/commit/?id=1d7adac7a5546603fd42c1e581c696cb88324b8f'/>
<id>1d7adac7a5546603fd42c1e581c696cb88324b8f</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>fix e2e runner's browser.location methods</title>
<updated>2011-04-08T16:51:08+00:00</updated>
<author>
<name>Igor Minar</name>
</author>
<published>2011-04-08T16:51:03+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/fork/angular.js/commit/?id=72ad726efa44ba8d5dc68d971390b6912da10e2e'/>
<id>72ad726efa44ba8d5dc68d971390b6912da10e2e</id>
<content type='text'>
when we stopped exposing $location service on the root scope
the scenario runner was not modified to access the $location
service via $service

The following apis were affected:

- browser().location().hashSearch()
- browser().location().hashPath()
- browser().location().search()
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
when we stopped exposing $location service on the root scope
the scenario runner was not modified to access the $location
service via $service

The following apis were affected:

- browser().location().hashSearch()
- browser().location().hashPath()
- browser().location().search()
</pre>
</div>
</content>
</entry>
<entry>
<title>use special nodeName_ impl only for IE&lt;9</title>
<updated>2011-04-07T21:56:57+00:00</updated>
<author>
<name>Igor Minar</name>
</author>
<published>2011-04-07T21:36:41+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/fork/angular.js/commit/?id=0d2d7025e60095afc3497c6cd4a4af9e0cd9b90e'/>
<id>0d2d7025e60095afc3497c6cd4a4af9e0cd9b90e</id>
<content type='text'>
apparently IE9 is one step closer to becoming a real browser by
treating xmlns-like ("foo:") prefixes in node names as part of the
node name.

fixes:
https://groups.google.com/forum/?lnk=srg#!topic/angular/TGdrV4GsL8U
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
apparently IE9 is one step closer to becoming a real browser by
treating xmlns-like ("foo:") prefixes in node names as part of the
node name.

fixes:
https://groups.google.com/forum/?lnk=srg#!topic/angular/TGdrV4GsL8U
</pre>
</div>
</content>
</entry>
<entry>
<title>improve docs for angular.Object.copy</title>
<updated>2011-04-07T19:48:14+00:00</updated>
<author>
<name>Igor Minar</name>
</author>
<published>2011-04-07T19:48:14+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/fork/angular.js/commit/?id=d517bcad5b4db5a1a60159df537e69b70702a381'/>
<id>d517bcad5b4db5a1a60159df537e69b70702a381</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>correct $resource's success callback execution</title>
<updated>2011-04-04T23:04:37+00:00</updated>
<author>
<name>Igor Minar</name>
</author>
<published>2011-04-04T23:04:37+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/fork/angular.js/commit/?id=754d2541c41080ba8d2a20cbe04ce16b1742296f'/>
<id>754d2541c41080ba8d2a20cbe04ce16b1742296f</id>
<content type='text'>
succcess callbacks should be executed for status codes in the range
of &lt;200,300).
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
succcess callbacks should be executed for status codes in the range
of &lt;200,300).
</pre>
</div>
</content>
</entry>
<entry>
<title>revert ng:view sync caching</title>
<updated>2011-04-04T22:35:28+00:00</updated>
<author>
<name>Igor Minar</name>
</author>
<published>2011-04-04T22:28:21+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/fork/angular.js/commit/?id=9bd2c3967ba210cd349299a7546854eccc619e96'/>
<id>9bd2c3967ba210cd349299a7546854eccc619e96</id>
<content type='text'>
sync caching in ng:view must be reverted becase ng:view uses
$route.onChange to listen for changes.

$route fires all onChange events before it calls $become(Controller)
which means that if the template being included via ng:view contains
ng:controller, ng:include or other widget that create new scopes,
these scopes will be created and initialized before the parent scope
is fully initialized (happens after $become is called).

For this reason ng:view must be async.

The new scope implemenetation will resolve this issue by providing
us with an api to register one-off tasks to be executed during the
flush phase. We'll be able to compile and link the included template
safely at this time.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
sync caching in ng:view must be reverted becase ng:view uses
$route.onChange to listen for changes.

$route fires all onChange events before it calls $become(Controller)
which means that if the template being included via ng:view contains
ng:controller, ng:include or other widget that create new scopes,
these scopes will be created and initialized before the parent scope
is fully initialized (happens after $become is called).

For this reason ng:view must be async.

The new scope implemenetation will resolve this issue by providing
us with an api to register one-off tasks to be executed during the
flush phase. We'll be able to compile and link the included template
safely at this time.
</pre>
</div>
</content>
</entry>
</feed>
