From 69aae3547fb863a780e917fcf9df45ad6e5b7495 Mon Sep 17 00:00:00 2001 From: Foxandxss Date: Fri, 19 Feb 2016 13:12:01 +0100 Subject: [PATCH] chore: add angular-touch instructions to homepage --- misc/demo/index.html | 1 + 1 file changed, 1 insertion(+) diff --git a/misc/demo/index.html b/misc/demo/index.html index f6b369bdbc..e6f1252951 100644 --- a/misc/demo/index.html +++ b/misc/demo/index.html @@ -158,6 +158,7 @@

Dependencies

0.14.3 is the last version of this library that supports AngularJS 1.3.x and 0.12.0 is the last version that supports AngularJS 1.2.x.
  • Angular-animate (the version should match with your angular's, tested with <%= ngversion %>) if you plan in using animations, you need to load angular-animate as well.
  • +
  • Angular-touch (the version should match with your angular's, tested with <%= ngversion %>) if you plan in using swipe actions, you need to load angular-touch as well.
  • Bootstrap CSS (tested with version <%= bsversion %>). This version of the library (<%= pkg.version%>) works only with Bootstrap CSS in version 3.x. 0.8.0 is the last version of this library that supports Bootstrap CSS in version 2.3.x.