<feed xmlns='http://www.w3.org/2005/Atom'>
<title>angular.js/src/scenario, branch v0.10.5</title>
<subtitle></subtitle>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/fork/angular.js/'/>
<entry>
<title>fix(angular-bootstrap): fix boostrap scripts that broke w\ 5a2dcb9a</title>
<updated>2011-10-31T18:34:25+00:00</updated>
<author>
<name>Igor Minar</name>
</author>
<published>2011-10-31T05:15:59+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/fork/angular.js/commit/?id=84873e7f4eacae7d71605b2368ee746fe30a25e3'/>
<id>84873e7f4eacae7d71605b2368ee746fe30a25e3</id>
<content type='text'>
Commit 5a2dcb9a doesn't properly modify angular-boostrap.js.

This fix resolves issues and makes both the regular and scenario
version of angular-boostrap.js functional.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Commit 5a2dcb9a doesn't properly modify angular-boostrap.js.

This fix resolves issues and makes both the regular and scenario
version of angular-boostrap.js functional.
</pre>
</div>
</content>
</entry>
<entry>
<title>fix(scenario.dsl): Fix dsl for $location</title>
<updated>2011-10-26T22:58:59+00:00</updated>
<author>
<name>Vojta Jina</name>
</author>
<published>2011-10-24T22:22:34+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/fork/angular.js/commit/?id=dc8ffa51b7ebe5fb9bc1c89087c8b3c9e65d1006'/>
<id>dc8ffa51b7ebe5fb9bc1c89087c8b3c9e65d1006</id>
<content type='text'>
New $location does not have hashSearch, hashPath.
The old dsl was mixing $location / window.location so this solves the problem as well...
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
New $location does not have hashSearch, hashPath.
The old dsl was mixing $location / window.location so this solves the problem as well...
</pre>
</div>
</content>
</entry>
<entry>
<title>fix(scenario): Change title to "AngularJS"</title>
<updated>2011-10-24T21:03:50+00:00</updated>
<author>
<name>Vojta Jina</name>
</author>
<published>2011-10-24T20:06:58+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/fork/angular.js/commit/?id=7da70af1aefe8a147053a6a8b0890ede4245b68a'/>
<id>7da70af1aefe8a147053a6a8b0890ede4245b68a</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>feat(scenario): allow key pressing when triggering browser event</title>
<updated>2011-10-13T18:10:19+00:00</updated>
<author>
<name>Vojta Jina</name>
</author>
<published>2011-10-12T20:57:09+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/fork/angular.js/commit/?id=26e8ab3693eb0ad388247ae5c35cd52eaa709b0c'/>
<id>26e8ab3693eb0ad388247ae5c35cd52eaa709b0c</id>
<content type='text'>
Add parameter to our browserTriger function to allow specifying which keys are pressed.

Note, this does not work on IE&lt;9 !
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Add parameter to our browserTriger function to allow specifying which keys are pressed.

Note, this does not work on IE&lt;9 !
</pre>
</div>
</content>
</entry>
<entry>
<title>chore(formating): clean code to be function() {</title>
<updated>2011-10-11T18:01:46+00:00</updated>
<author>
<name>Misko Hevery</name>
</author>
<published>2011-10-07T18:27:49+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/fork/angular.js/commit/?id=fd822bdaf9d04e522aaa5400b673f333190abe98'/>
<id>fd822bdaf9d04e522aaa5400b673f333190abe98</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>feat(forms): new and improved forms</title>
<updated>2011-10-11T18:01:45+00:00</updated>
<author>
<name>Misko Hevery</name>
</author>
<published>2011-09-08T20:56:29+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/fork/angular.js/commit/?id=4f78fd692c0ec51241476e6be9a4df06cd62fdd6'/>
<id>4f78fd692c0ec51241476e6be9a4df06cd62fdd6</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>fix(scenario): workaround for FF6 dispatchEvent issue #684208</title>
<updated>2011-09-26T21:51:54+00:00</updated>
<author>
<name>Igor Minar</name>
</author>
<published>2011-09-21T12:10:34+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/fork/angular.js/commit/?id=ea3228e311a22d5f917ca7135ee4d68738a6dfb4'/>
<id>ea3228e311a22d5f917ca7135ee4d68738a6dfb4</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Revert "fix(scenario): temporary fix for FF6"</title>
<updated>2011-09-26T21:51:54+00:00</updated>
<author>
<name>Igor Minar</name>
</author>
<published>2011-09-21T12:11:15+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/fork/angular.js/commit/?id=2eb49147d69fe930714578dd7aa13f8d5e3a6d49'/>
<id>2eb49147d69fe930714578dd7aa13f8d5e3a6d49</id>
<content type='text'>
This reverts commit aac68bf2ba2dcdf0b22fa4f15ea49672cb06328d.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
This reverts commit aac68bf2ba2dcdf0b22fa4f15ea49672cb06328d.
</pre>
</div>
</content>
</entry>
<entry>
<title>fix(scenarioRunner): navigateTo should use prop('contentWindow')</title>
<updated>2011-09-16T00:44:35+00:00</updated>
<author>
<name>Igor Minar</name>
</author>
<published>2011-09-15T22:06:19+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/fork/angular.js/commit/?id=9acf45127e96051e23f28af7650778fe444d8c86'/>
<id>9acf45127e96051e23f28af7650778fe444d8c86</id>
<content type='text'>
... instead of attr('contentWindow')
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
... instead of attr('contentWindow')
</pre>
</div>
</content>
</entry>
<entry>
<title>feat(scenarioRunner): adding support for element().prop()</title>
<updated>2011-09-16T00:44:34+00:00</updated>
<author>
<name>Igor Minar</name>
</author>
<published>2011-09-15T22:05:13+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/fork/angular.js/commit/?id=6883e8c7a0c121319ced63596718d34e3ab650a8'/>
<id>6883e8c7a0c121319ced63596718d34e3ab650a8</id>
<content type='text'>
since jQuery 1.6.4 attr() focuses only on work with element attributes and doesn't deal well with element properties, so adding prop() support is required for getting many e2e tests to pass after upgrading the runner to jQuery 1.6.4.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
since jQuery 1.6.4 attr() focuses only on work with element attributes and doesn't deal well with element properties, so adding prop() support is required for getting many e2e tests to pass after upgrading the runner to jQuery 1.6.4.
</pre>
</div>
</content>
</entry>
</feed>
