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
|
@ -2,6 +2,12 @@
|
|||
<div><span class="hint"></span>
|
||||
</div>
|
||||
</h1>
|
||||
<div><div class="ngtouch-page"><p>Touch events and other mobile helpers.
|
||||
Based on jQuery Mobile touch event handling (jquerymobile.com)</p>
|
||||
<div><div class="ngtouch-page"><h2>ngTouch</h1>
|
||||
<p><code>ngTouch</code> is the name of the optional Angular module that provides touch events and other
|
||||
helpers for touch-enabled devices.
|
||||
The implementation is based on jQuery Mobile touch event handling
|
||||
(<a href="http://jquerymobile.com/">jquerymobile.com</a>)</p>
|
||||
<p><h1>Installation</h2><p>First include <code>angular-touch.js</code> in your HTML:</p><pre><code> <script src="angular.js">
|
||||
<script src="angular-touch.js"></pre></code><p>You can also find this file on the <a href="https://developers.google.com/speed/libraries/devguide#angularjs">Google CDN</a>, <a href="http://bower.io/">Bower</a> (as <code>angular-touch</code>), and on <a href="http://code.angularjs.org/">code.angularjs.org</a>.</p><p>Then load the module in your application by adding it as a dependant module:</p><pre><code> angular.module('app', ['ngTouch']);</pre></code><p>With that you're ready to get started!</p></p>
|
||||
<p>See <a href="../../../../../index.htmlh.$swipe"><code>$swipe</code></a> for usage.</p>
|
||||
</div></div>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue