mirror of
				https://github.com/digitalocean/nginxconfig.io.git
				synced 2025-11-04 18:28:17 +08:00 
			
		
		
		
	appConfig()
This commit is contained in:
		@@ -5,7 +5,7 @@
 | 
			
		||||
 | 
			
		||||
	angular
 | 
			
		||||
		.module('NginxConfigIoApp', ['ngclipboard', '720kb.tooltips'])
 | 
			
		||||
		.config(nginxCongigIoConfig)
 | 
			
		||||
		.config(appConfig)
 | 
			
		||||
		.config(tooltipsConfig)
 | 
			
		||||
		.directive('ngIncludeTabs', ngIncludeTabs)
 | 
			
		||||
		.controller('NginxConfigIoController', NginxConfigIoController);
 | 
			
		||||
@@ -106,7 +106,7 @@
 | 
			
		||||
 | 
			
		||||
 | 
			
		||||
 | 
			
		||||
	function nginxCongigIoConfig($locationProvider) {
 | 
			
		||||
	function appConfig($locationProvider) {
 | 
			
		||||
		$locationProvider
 | 
			
		||||
			.html5Mode(true)
 | 
			
		||||
			.hashPrefix('!');
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user