<feed xmlns='http://www.w3.org/2005/Atom'>
<title>angular.js/src, branch v0.10.1</title>
<subtitle></subtitle>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/fork/angular.js/'/>
<entry>
<title>fix($location): Use encodeUriQuery instead of escape</title>
<updated>2011-09-08T21:00:59+00:00</updated>
<author>
<name>Kai Groner</name>
</author>
<published>2011-09-02T20:28:52+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/fork/angular.js/commit/?id=7e1f364177111ba6cceac82f6c6bcc254448292b'/>
<id>7e1f364177111ba6cceac82f6c6bcc254448292b</id>
<content type='text'>
Closes #492
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Closes #492
</pre>
</div>
</content>
</entry>
<entry>
<title>fix(scenario): temporary fix for FF6</title>
<updated>2011-09-08T21:00:59+00:00</updated>
<author>
<name>Vojta Jina</name>
</author>
<published>2011-09-02T12:13:33+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/fork/angular.js/commit/?id=aac68bf2ba2dcdf0b22fa4f15ea49672cb06328d'/>
<id>aac68bf2ba2dcdf0b22fa4f15ea49672cb06328d</id>
<content type='text'>
https://bugzilla.mozilla.org/show_bug.cgi?id=684208
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
https://bugzilla.mozilla.org/show_bug.cgi?id=684208
</pre>
</div>
</content>
</entry>
<entry>
<title>style: fix some missing semi-colons and spaces, typos</title>
<updated>2011-09-08T21:00:59+00:00</updated>
<author>
<name>Vojta Jina</name>
</author>
<published>2011-09-01T14:16:01+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/fork/angular.js/commit/?id=4b4292edb86d34067a2babb9f572a3641dd1d2a7'/>
<id>4b4292edb86d34067a2babb9f572a3641dd1d2a7</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>refactor($route): remove some odd code and rename allowReload to forceReload</title>
<updated>2011-09-08T21:00:59+00:00</updated>
<author>
<name>Vojta Jina</name>
</author>
<published>2011-09-01T14:04:18+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/fork/angular.js/commit/?id=292d5d1421108c239d3270c22c49a9ccd1eea571'/>
<id>292d5d1421108c239d3270c22c49a9ccd1eea571</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): do not navigate if click event was cancelled</title>
<updated>2011-09-08T21:00:59+00:00</updated>
<author>
<name>Vojta Jina</name>
</author>
<published>2011-08-30T11:14:55+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/fork/angular.js/commit/?id=66dec7755573a1c07a1fe8e0dd9bc5fc51dbaac9'/>
<id>66dec7755573a1c07a1fe8e0dd9bc5fc51dbaac9</id>
<content type='text'>
This is jQuery incompatible hack.
But we were doing monkey patching there anyway...

`$(...).trigger('click')` returns an array of return values, so that scenario
runner knows, whether the event default action was cancelled.

Without this fix, scenario runner was doing navigation even if JS code called
`event.preventDefault()`.

Note, this does not work in FF6
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
This is jQuery incompatible hack.
But we were doing monkey patching there anyway...

`$(...).trigger('click')` returns an array of return values, so that scenario
runner knows, whether the event default action was cancelled.

Without this fix, scenario runner was doing navigation even if JS code called
`event.preventDefault()`.

Note, this does not work in FF6
</pre>
</div>
</content>
</entry>
<entry>
<title>feat(scenario): browserTrigger returns false if preventDefault()</title>
<updated>2011-09-08T21:00:59+00:00</updated>
<author>
<name>Vojta Jina</name>
</author>
<published>2011-07-19T18:02:50+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/fork/angular.js/commit/?id=909415d5ed817ea3dc2ddcfded00f808df4b5849'/>
<id>909415d5ed817ea3dc2ddcfded00f808df4b5849</id>
<content type='text'>
https://developer.mozilla.org/en/DOM/element.dispatchEvent
dispatchEvent method returns false if at least one of the event handlers called
preventDefault(), true otherwise.

It's helpful when browserTrigger method returns this value, as we can assert,
whether the default operation was cancelled or not.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
https://developer.mozilla.org/en/DOM/element.dispatchEvent
dispatchEvent method returns false if at least one of the event handlers called
preventDefault(), true otherwise.

It's helpful when browserTrigger method returns this value, as we can assert,
whether the default operation was cancelled or not.
</pre>
</div>
</content>
</entry>
<entry>
<title>fix(docs): update docs to reflect new $location and fix e2e tests</title>
<updated>2011-09-08T21:00:59+00:00</updated>
<author>
<name>Vojta Jina</name>
</author>
<published>2011-07-12T00:18:46+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/fork/angular.js/commit/?id=4421f3d43525437bd939f647604480c1ed126e5e'/>
<id>4421f3d43525437bd939f647604480c1ed126e5e</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>fix($route): update $route to reflect $location changes</title>
<updated>2011-09-08T21:00:59+00:00</updated>
<author>
<name>Vojta Jina</name>
</author>
<published>2011-07-12T00:18:17+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/fork/angular.js/commit/?id=22cb600280cecabf719ba1878719c907aa01ba18'/>
<id>22cb600280cecabf719ba1878719c907aa01ba18</id>
<content type='text'>
* update $route to reflect new $location
* add some more unit tests to $route
* fix some other failing unit tests
* redirect overrides the url now

Breaks $route custom redirect fn has only 3 params now
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
* update $route to reflect new $location
* add some more unit tests to $route
* fix some other failing unit tests
* redirect overrides the url now

Breaks $route custom redirect fn has only 3 params now
</pre>
</div>
</content>
</entry>
<entry>
<title>feat($location): $location service with html5 history api support</title>
<updated>2011-09-08T21:00:49+00:00</updated>
<author>
<name>Vojta Jina</name>
</author>
<published>2011-06-29T16:30:39+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/fork/angular.js/commit/?id=5ba227c7cd3ddfcd3bffc3fd15daf8d6ec9b8713'/>
<id>5ba227c7cd3ddfcd3bffc3fd15daf8d6ec9b8713</id>
<content type='text'>
See documentation of $location for more info

Breaks $location has no properties, only get/set methods

Closes #168
Closes #146
Closes #281
Closes #234
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
See documentation of $location for more info

Breaks $location has no properties, only get/set methods

Closes #168
Closes #146
Closes #281
Closes #234
</pre>
</div>
</content>
</entry>
<entry>
<title>feat(jqLite): add event.isDefaultPrevented() as jQuery</title>
<updated>2011-09-08T18:37:28+00:00</updated>
<author>
<name>Vojta Jina</name>
</author>
<published>2011-07-19T23:32:29+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/fork/angular.js/commit/?id=f37f0ea16edd4b487ef8812ff69a78d9a287fa60'/>
<id>f37f0ea16edd4b487ef8812ff69a78d9a287fa60</id>
<content type='text'>
Chrome's Event has defaultPrevented property, but other browsers haven't.
This is workaround for other browsers - same as jQuery.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Chrome's Event has defaultPrevented property, but other browsers haven't.
This is workaround for other browsers - same as jQuery.
</pre>
</div>
</content>
</entry>
</feed>
