Project

General

Profile

« Previous | Next » 

Revision 34766

service info

View differences:

is.js
5 5
	function($routeProvider) {
6 6
		$routeProvider
7 7
			.when('/services',             { templateUrl: '../resources/html/is_templates/services.html',   controller: 'servicesCtrl' })
8
			.when('/service/:id',          { templateUrl: '../resources/html/is_templates/service.html',    controller: 'serviceCtrl' })
8 9
			.when('/types',                { templateUrl: '../resources/html/is_templates/types.html',      controller: 'typesCtrl' })
9 10
			.when('/dsList/:type/:format', { templateUrl: '../resources/html/is_templates/dsList.html',     controller: 'dsListCtrl' })
10 11
			.when('/ds/:id/:format',       { templateUrl: '../resources/html/is_templates/ds.html',         controller: 'dsCtrl' })
11 12
			.when('/q',                    { templateUrl: '../resources/html/is_templates/isQuery.html',    controller: 'isQueryCtrl' })
12
			.when('/register',             { templateUrl: '../resources/html/is_templates/register.html',   controller: 'registerProfileCtrl' })
13 13
			.when('/bulk',                 { templateUrl: '../resources/html/is_templates/bulk.html',       controller: 'bulkImporterCtrl' })
14
			.when('/verify',               { templateUrl: '../resources/html/is_templates/verify.html',     controller: 'validateProvilesCtrl' })
15 14
			.when('/blackboard',           { templateUrl: '../resources/html/is_templates/blackboard.html', controller: 'blackboardCtrl' })
16 15
			.when('/backup',               { templateUrl: '../resources/html/is_templates/backup.html',     controller: 'backupCtrl' })
17 16
			.otherwise({ redirectTo: '/services' });

Also available in: Unified diff