page de formation en cours

This commit is contained in:
ariasia
2017-03-29 17:25:24 +00:00
parent 368e84803e
commit 2fe62681b9
5 changed files with 80 additions and 69 deletions

View File

@ -36,5 +36,11 @@ app.config(function ($stateProvider, $urlRouterProvider) {
url: '/espace-etudiant',
templateUrl: 'views/studentSpace.html',
controller: 'StudentSpaceCtrl'
})
.state('responsableFormationSpace', {
url: '/espace-formation',
templateUrl: 'views/responsableFormationSpace.html',
controller: 'ResponsableFormationSpaceCtrl'
});
});