Project

General

Profile

« Previous | Next » 

Revision 54200

fixed bugs

View differences:

index_inspector.js
7 7
			.when('/query',		                                    { templateUrl: '../resources/html/index/indexQuery.html', controller: 'indexQueryController' })
8 8
			.when('/query/:mdformat/:backend/:index/:start/:query', { templateUrl: '../resources/html/index/indexQuery.html', controller: 'indexQueryController' })
9 9
			.when('/browse',	{ templateUrl: '../resources/html/index/browse.html', controller: 'indexBrowseController' })
10
			.when('/manage',	{ templateUrl: '../resources/html/index/indexManage.html', controller: 'indexmanageController' })
10
//			.when('/manage',	{ templateUrl: '../resources/html/index/indexManage.html', controller: 'indexmanageController' })
11 11
			.when('/deletebyquery',	{ templateUrl: '../resources/html/index/deletebyquery.html', controller: 'indexdbqController' })
12 12
			.otherwise({ redirectTo: '/query' });
13 13
	}
......
25 25

  
26 26
module.filter('encodeURIComponent', function() {
27 27
	return window.encodeURIComponent;
28
});
28
});

Also available in: Unified diff