Bump up angular-ui-router version

This commit bumps up angular-ui-router version. We fixed the issue of
the '/' encoding with Iceca852e15a6d023b758de52800088ab1456d931 . So we
need >=0.2.16 now[1].

[1] https://github.com/angular-ui/ui-router/commit/02e98660

Change-Id: I9986e56d310b5821534b28c9daa5487d07bb92a6
This commit is contained in:
Masayuki Igawa 2016-01-27 18:55:04 +09:00
parent f95c61d0d6
commit 98769467a0
1 changed files with 1 additions and 1 deletions

View File

@ -10,7 +10,7 @@
"angular-fontawesome": "^0.4.0",
"angular-mocks": "^1.3.15",
"angular-ui-bootstrap": "^0.13.3",
"angular-ui-router": "^0.2.13",
"angular-ui-router": ">=0.2.16 <0.3.0",
"babelify": "^5.0.4",
"bootstrap": "^3.3.5",
"brfs": "^1.2.0",