1
0
Fork 0
mirror of https://github.com/openstf/stf synced 2025-10-04 18:29:17 +02:00

Fix ldap template URL.

This commit is contained in:
Simo Kinnunen 2014-07-16 11:46:25 +09:00
parent 2d726a4f75
commit da2863f94f

View file

@ -6,7 +6,7 @@ define(['./app'], function(app) {
$locationProvider.html5Mode(true)
$routeProvider
.when('/auth/ldap/', {
templateUrl: '/static/auth/ldap/views/signin.html'
templateUrl: '/static/auth/ldap/views/partials/signin.html'
, controller: 'SignInCtrl'
})
.otherwise({