Update Angular to 1.2.0 RC2
This commit is contained in:
parent
7416269494
commit
0d3a40980e
184 changed files with 17993 additions and 21133 deletions
|
@ -6,7 +6,8 @@
|
|||
<div><h2 id="Description">Description</h2>
|
||||
<div class="description"><div class="ngtouch-swipe-page"><p>The <code>$swipe</code> service is a service that abstracts the messier details of hold-and-drag swipe
|
||||
behavior, to make implementing swipe-related directives more convenient.</p>
|
||||
<p>It is used by the <code>ngSwipeLeft</code> and <code>ngSwipeRight</code> directives in <code>ngTouch</code>, and by
|
||||
<p>Requires the <a href="api/ngTouch"><code>ngTouch</code></a> module to be installed.</p>
|
||||
<p><code>$swipe</code> is used by the <code>ngSwipeLeft</code> and <code>ngSwipeRight</code> directives in <code>ngTouch</code>, and by
|
||||
<code>ngCarousel</code> in a separate component.</p>
|
||||
<h3>Usage</h3>
|
||||
<p>The <code>$swipe</code> service is an object with a single method: <code>bind</code>. <code>bind</code> takes an element
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue