We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8109f3c commit e9ea2deCopy full SHA for e9ea2de
src/config/config.js
@@ -0,0 +1,17 @@
1
+
2
+'use strict';
3
4
+(function(){
5
6
+ angular.module('uiChallengeApp').config(
7
8
+ function(
9
+ $locationProvider
10
+ ){
11
12
+ $locationProvider.html5Mode(true);
13
14
+ }
15
+ );
16
17
+})();
src/index.html
@@ -1,6 +1,7 @@
<!DOCTYPE html>
<html ng-app="uiChallengeApp">
<head>
+ <base href="/">
<meta http-equiv="content-type" content="text/html; charset=UTF-8">
<meta charset="utf-8">
<title>Roberto Robson - UI Challenge</title>
0 commit comments