<feed xmlns='http://www.w3.org/2005/Atom'>
<title>angular.js/test/ngScenario, branch v1.0.2</title>
<subtitle></subtitle>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/fork/angular.js/'/>
<entry>
<title>fix(scenario): Adding meta tag to avoid cache issues</title>
<updated>2012-08-31T04:34:42+00:00</updated>
<author>
<name>German Galvis</name>
</author>
<published>2012-08-15T22:04:51+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/fork/angular.js/commit/?id=8bb3942453c5cc9c34affa689168c1bb46f0263e'/>
<id>8bb3942453c5cc9c34affa689168c1bb46f0263e</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>fix(e2eRunner): $browser.location should delegate to apps $location</title>
<updated>2012-04-12T09:36:03+00:00</updated>
<author>
<name>Igor Minar</name>
</author>
<published>2012-04-12T09:15:36+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/fork/angular.js/commit/?id=df72852f3496d7640bb4f70837338e464b7ed69f'/>
<id>df72852f3496d7640bb4f70837338e464b7ed69f</id>
<content type='text'>
previously it would create a new instance which wasn't configured as the one in the app,
which resulted in incorrect values being returned in html5 mode with base url set
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
previously it would create a new instance which wasn't configured as the one in the app,
which resulted in incorrect values being returned in html5 mode with base url set
</pre>
</div>
</content>
</entry>
<entry>
<title>chore(ngSanitize): extract $sanitize, ngBindHtml, linkyFilter into a module</title>
<updated>2012-04-11T22:50:47+00:00</updated>
<author>
<name>Vojta Jina</name>
</author>
<published>2012-04-10T23:50:31+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/fork/angular.js/commit/?id=5bcd7198664dca2bf85ddf8b3a89f417cd4e4796'/>
<id>5bcd7198664dca2bf85ddf8b3a89f417cd4e4796</id>
<content type='text'>
Create build for other modules as well (ngResource, ngCookies):
- wrap into a function
- add license
- add version

Breaks `$sanitize` service, `ngBindHtml` directive and `linky` filter were moved to the `ngSanitize` module. Apps that depend on any of these will need to load `angular-sanitize.js` and include `ngSanitize` in their dependency list: `var myApp = angular.module('myApp', ['ngSanitize']);`
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Create build for other modules as well (ngResource, ngCookies):
- wrap into a function
- add license
- add version

Breaks `$sanitize` service, `ngBindHtml` directive and `linky` filter were moved to the `ngSanitize` module. Apps that depend on any of these will need to load `angular-sanitize.js` and include `ngSanitize` in their dependency list: `var myApp = angular.module('myApp', ['ngSanitize']);`
</pre>
</div>
</content>
</entry>
<entry>
<title>fix(scenario): dev secenario tests</title>
<updated>2012-04-02T23:10:15+00:00</updated>
<author>
<name>Mykhailo Kotsur</name>
</author>
<published>2012-04-01T16:08:44+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/fork/angular.js/commit/?id=59ae8adb3cfa635076b5cf64cc48b13a34bc04ad'/>
<id>59ae8adb3cfa635076b5cf64cc48b13a34bc04ad</id>
<content type='text'>
closes #843

Fixed failed e2e test
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
closes #843

Fixed failed e2e test
</pre>
</div>
</content>
</entry>
<entry>
<title>refactor(fromJson): always use native JSON.parse</title>
<updated>2012-03-28T23:30:38+00:00</updated>
<author>
<name>Igor Minar</name>
</author>
<published>2012-03-27T17:21:49+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/fork/angular.js/commit/?id=87f5c6e5b716100e203ec59c5874c3e927f83fa0'/>
<id>87f5c6e5b716100e203ec59c5874c3e927f83fa0</id>
<content type='text'>
This breaks IE7 for which you can use polyfill:

https://github.com/douglascrockford/JSON-js

&lt;!--[if lt IE 8]&gt;
&lt;script src="json2.min.js"&gt;&lt;/script&gt;
&lt;![endif]--&gt;

or

http://bestiejs.github.com/json3/

&lt;!--[if lt IE 8]&gt;
&lt;script src="json3.min.js"&gt;&lt;/script&gt;
&lt;![endif]--&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
This breaks IE7 for which you can use polyfill:

https://github.com/douglascrockford/JSON-js

&lt;!--[if lt IE 8]&gt;
&lt;script src="json2.min.js"&gt;&lt;/script&gt;
&lt;![endif]--&gt;

or

http://bestiejs.github.com/json3/

&lt;!--[if lt IE 8]&gt;
&lt;script src="json3.min.js"&gt;&lt;/script&gt;
&lt;![endif]--&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>chore(module): move files around in preparation for more modules</title>
<updated>2012-03-28T18:16:35+00:00</updated>
<author>
<name>Misko Hevery</name>
</author>
<published>2012-03-23T21:03:24+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/fork/angular.js/commit/?id=2430f52bb97fa9d682e5f028c977c5bf94c5ec38'/>
<id>2430f52bb97fa9d682e5f028c977c5bf94c5ec38</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
</feed>
