Use webpack instead of require.js for MOCK authentication.

Removing Japanese hardcoded strings (Needs gettext loading code).
This commit is contained in:
Gunther Brunner
2015-06-30 20:06:38 +09:00
parent c588dd87c6
commit 97ba9a2ec0
15 changed files with 75 additions and 125 deletions

View File

@@ -15,7 +15,7 @@ require.ensure([], function (require) {
$locationProvider.html5Mode(true)
$routeProvider
.otherwise({
redirectTo: '/auth/ldap'
redirectTo: '/auth/ldap/'
})
})