From 3b7be53bbe101f3125ead92992fdfec310527ba7 Mon Sep 17 00:00:00 2001 From: Foxandxss Date: Mon, 18 Jan 2016 11:18:08 +0100 Subject: [PATCH] docs: add angular-animate to dependencies Closes #5290 --- misc/demo/index.html | 1 + 1 file changed, 1 insertion(+) diff --git a/misc/demo/index.html b/misc/demo/index.html index 0e848b902a..49d2a0cc79 100644 --- a/misc/demo/index.html +++ b/misc/demo/index.html @@ -157,6 +157,7 @@

Dependencies

  • AngularJS (requires AngularJS 1.4.x, tested with <%= ngversion %>). 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.
  • 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.