<feed xmlns='http://www.w3.org/2005/Atom'>
<title>angular.js/test/ngTouch/directive, branch v1.2.10</title>
<subtitle></subtitle>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/fork/angular.js/'/>
<entry>
<title>perf(jqLite): implement and use the `empty` method in place of `html(‘’)`</title>
<updated>2013-12-13T10:07:11+00:00</updated>
<author>
<name>Michał Gołębiowski</name>
</author>
<published>2013-10-16T13:15:21+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/fork/angular.js/commit/?id=3410f65e790a81d457b4f4601a1e760a6f8ede5e'/>
<id>3410f65e790a81d457b4f4601a1e760a6f8ede5e</id>
<content type='text'>
jQuery's elem.html('') is way slower than elem.empty(). As clearing
element contents happens quite often in certain scenarios, switching
to using .empty() provides a significant performance boost when using
Angular with jQuery.

Closes #4457
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
jQuery's elem.html('') is way slower than elem.empty(). As clearing
element contents happens quite often in certain scenarios, switching
to using .empty() provides a significant performance boost when using
Angular with jQuery.

Closes #4457
</pre>
</div>
</content>
</entry>
<entry>
<title>fix(ngTouch): add $event to ng-swipe</title>
<updated>2013-10-08T11:55:16+00:00</updated>
<author>
<name>Adam Kent</name>
</author>
<published>2013-10-08T03:49:56+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/fork/angular.js/commit/?id=507d8021b1c91cc0cefc0418e61b04597ad1030b'/>
<id>507d8021b1c91cc0cefc0418e61b04597ad1030b</id>
<content type='text'>
Existing documentation implies that an Event object should be available
as `$event` on swipe directives, which previously was only working for
`ng-click`.

Closes #4071
Closes #4321
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Existing documentation implies that an Event object should be available
as `$event` on swipe directives, which previously was only working for
`ng-click`.

Closes #4071
Closes #4321
</pre>
</div>
</content>
</entry>
<entry>
<title>fix(ngScenario): provide event parameters as object</title>
<updated>2013-09-06T21:00:37+00:00</updated>
<author>
<name>Matias Niemelä</name>
</author>
<published>2013-09-06T20:06:37+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/fork/angular.js/commit/?id=28f56a383e9d1ff378e3568a3039e941c7ffb1d8'/>
<id>28f56a383e9d1ff378e3568a3039e941c7ffb1d8</id>
<content type='text'>
BREAKING CHANGE: browserTrigger now uses an eventData object instead of direct parameters for mouse events.
To migrate, place the `keys`,`x` and `y` parameters inside of an object and place that as the third parameter
for the browserTrigger function.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
BREAKING CHANGE: browserTrigger now uses an eventData object instead of direct parameters for mouse events.
To migrate, place the `keys`,`x` and `y` parameters inside of an object and place that as the third parameter
for the browserTrigger function.
</pre>
</div>
</content>
</entry>
<entry>
<title>chore(ngMobile): rename module ngTouch and file to angular-touch.js</title>
<updated>2013-08-09T18:54:35+00:00</updated>
<author>
<name>Brian Ford</name>
</author>
<published>2013-08-09T17:02:48+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/fork/angular.js/commit/?id=94ec84e7b9c89358dc00e4039009af9e287bbd05'/>
<id>94ec84e7b9c89358dc00e4039009af9e287bbd05</id>
<content type='text'>
BREAKING CHANGE: since all the code in the ngMobile module is touch related,
we are renaming the module to ngTouch.

To migrate, please replace all references to "ngMobile" with "ngTouch" and
"angular-mobile.js" to "angular-touch.js".

Closes #3526
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
BREAKING CHANGE: since all the code in the ngMobile module is touch related,
we are renaming the module to ngTouch.

To migrate, please replace all references to "ngMobile" with "ngTouch" and
"angular-mobile.js" to "angular-touch.js".

Closes #3526
</pre>
</div>
</content>
</entry>
</feed>
