appConfig()
parent
3745196747
commit
7c26dbb5bc
|
@ -5,7 +5,7 @@
|
||||||
|
|
||||||
angular
|
angular
|
||||||
.module('NginxConfigIoApp', ['ngclipboard', '720kb.tooltips'])
|
.module('NginxConfigIoApp', ['ngclipboard', '720kb.tooltips'])
|
||||||
.config(nginxCongigIoConfig)
|
.config(appConfig)
|
||||||
.config(tooltipsConfig)
|
.config(tooltipsConfig)
|
||||||
.directive('ngIncludeTabs', ngIncludeTabs)
|
.directive('ngIncludeTabs', ngIncludeTabs)
|
||||||
.controller('NginxConfigIoController', NginxConfigIoController);
|
.controller('NginxConfigIoController', NginxConfigIoController);
|
||||||
|
@ -106,7 +106,7 @@
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
function nginxCongigIoConfig($locationProvider) {
|
function appConfig($locationProvider) {
|
||||||
$locationProvider
|
$locationProvider
|
||||||
.html5Mode(true)
|
.html5Mode(true)
|
||||||
.hashPrefix('!');
|
.hashPrefix('!');
|
||||||
|
|
Loading…
Reference in New Issue