Просмотр исходного кода

Updating front-end dependencies: angularjs and angular-ui-router

David Leonard 10 лет назад
Родитель
Сommit
c74db8ab7e
2 измененных файлов с 5 добавлено и 2 удалено
  1. 2 1
      .hgignore
  2. 3 1
      bower.json

+ 2 - 1
.hgignore

@@ -6,4 +6,5 @@ db.sqlite3
 bower_components/
 migrations/
 *.coverage
-Thumbs.db
+Thumbs.db
+public/

+ 3 - 1
bower.json

@@ -15,6 +15,8 @@
   "dependencies": {
     "bootstrap": "~3.3.4",
     "jquery": "~2.1.3",
-    "bootstrap-social":"~4"
+    "bootstrap-social": "~4",
+    "angular": "~1.3.15",
+    "angular-ui-router": "~0.2.13"
   }
 }