diff --git a/.gitignore b/.gitignore index d46049a..8706a7f 100644 --- a/.gitignore +++ b/.gitignore @@ -1,2 +1,3 @@ node_modules/* +bower_components/ /.project \ No newline at end of file diff --git a/bower.json b/bower.json index 6e82bda..0a343a2 100644 --- a/bower.json +++ b/bower.json @@ -18,5 +18,8 @@ "bower_components", "test", "tests" - ] + ], + "dependencies": { + "angular": "~1.4.3" + } } diff --git a/demo.html b/demo.html index f73e266..80599a3 100644 --- a/demo.html +++ b/demo.html @@ -3,19 +3,20 @@
- + +