1
0
Fork 0
mirror of https://github.com/openstf/stf synced 2025-10-05 10:39:25 +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) $locationProvider.html5Mode(true)
$routeProvider $routeProvider
.when('/auth/ldap/', { .when('/auth/ldap/', {
templateUrl: '/static/auth/ldap/views/signin.html' templateUrl: '/static/auth/ldap/views/partials/signin.html'
, controller: 'SignInCtrl' , controller: 'SignInCtrl'
}) })
.otherwise({ .otherwise({