From 62e0761351af16aef29b2771297033477670dff9 Mon Sep 17 00:00:00 2001
From: Foxandxss
Date: Sat, 5 Dec 2015 19:29:11 +0100
Subject: [PATCH] chore: bump minimum angular version in homepage
Closes #5018
---
misc/demo/index.html | 5 +++--
1 file changed, 3 insertions(+), 2 deletions(-)
diff --git a/misc/demo/index.html b/misc/demo/index.html
index 5853685335..8172ff7578 100644
--- a/misc/demo/index.html
+++ b/misc/demo/index.html
@@ -154,8 +154,9 @@ Dependencies
JavaScript is required. The only required dependencies are:
- - AngularJS (requires AngularJS 1.3.x, tested with <%= ngversion %>).
- 0.12.0 is the last version of this library that supports AngularJS 1.2.x.
+ - 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.
- 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.