"
@@ -24,7 +24,7 @@
"tests"
],
"dependencies": {
- "jquery": ">=2.0.0",
+ "jquery": "^2.0.0 || ^1.9.0",
"angular": ">=1.2.0"
},
"devDependencies": {
diff --git a/demo/app.js b/demo/app.js
index 7194100..485de1a 100644
--- a/demo/app.js
+++ b/demo/app.js
@@ -17,5 +17,5 @@ angular.module('app')
$scope.changeContent = function () {
$scope.content = "Some bogus content
"
}
- $scope.content = "This is my fawesome content
";
+ $scope.content = "This is my awesome content
";
}]);
\ No newline at end of file
diff --git a/demo/index.html b/demo/index.html
index de2af31..79ada0d 100644
--- a/demo/index.html
+++ b/demo/index.html
@@ -5,16 +5,17 @@
+
+
+
-
-
-
+