mirror of
https://github.com/digitalocean/nginxconfig.io.git
synced 2025-09-24 21:19:25 +08:00
html5Mode
This commit is contained in:
@@ -12,6 +12,11 @@
|
|||||||
|
|
||||||
angular
|
angular
|
||||||
.module('NginxConfigIoApp', ['ngclipboard', '720kb.tooltips'])
|
.module('NginxConfigIoApp', ['ngclipboard', '720kb.tooltips'])
|
||||||
|
.config(function NginxCongigIoConfig($locationProvider) {
|
||||||
|
$locationProvider
|
||||||
|
.html5Mode(true)
|
||||||
|
.hashPrefix('!');
|
||||||
|
})
|
||||||
.controller('NginxConfigIoController', function NginxConfigIoController($scope, $location, $timeout) {
|
.controller('NginxConfigIoController', function NginxConfigIoController($scope, $location, $timeout) {
|
||||||
///////////////////////
|
///////////////////////
|
||||||
// PRIVATE VARIABLES //
|
// PRIVATE VARIABLES //
|
||||||
|
@@ -1,6 +1,7 @@
|
|||||||
<!doctype html>
|
<!doctype html>
|
||||||
<html lang="en">
|
<html lang="en">
|
||||||
<head>
|
<head>
|
||||||
|
<base href="/">
|
||||||
<meta charset="utf-8">
|
<meta charset="utf-8">
|
||||||
<meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no">
|
<meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no">
|
||||||
<link rel="stylesheet" href="https://fonts.googleapis.com/css?family=Quicksand:400,700">
|
<link rel="stylesheet" href="https://fonts.googleapis.com/css?family=Quicksand:400,700">
|
||||||
|
Reference in New Issue
Block a user