質問編集履歴

2

説明追加

2017/06/24 09:48

投稿

tama2015
tama2015

スコア63

test CHANGED
File without changes
test CHANGED
@@ -89,3 +89,41 @@
89
89
  127.0.0.1 localhost hoge-hoge
90
90
 
91
91
  ```
92
+
93
+
94
+
95
+
96
+
97
+ 追加情報
98
+
99
+ html5モードで動作するよう、以下のコードを追加していまいした。
100
+
101
+
102
+
103
+ ```
104
+
105
+ angular.module('app').config(['$locationProvider', function($locationProvider) {
106
+
107
+ $locationProvider.html5Mode(true);
108
+
109
+ }]);
110
+
111
+ ```
112
+
113
+
114
+
115
+ index.php
116
+
117
+ ```
118
+
119
+ <head>
120
+
121
+ ・・・
122
+
123
+ <base href="http://hoge-hoge/hoge_hoge/fuelphp/public/">
124
+
125
+ ・・・
126
+
127
+ </head>
128
+
129
+ ```

1

タグ追加

2017/06/24 09:47

投稿

tama2015
tama2015

スコア63

test CHANGED
File without changes
test CHANGED
File without changes