fix base_path = '/' issues
This commit is contained in:
parent
cfa1688085
commit
b696fbc53b
2
desirae
2
desirae
|
@ -1 +1 @@
|
|||
Subproject commit 4b7106363794014edd7575a6892fae98c5f83d70
|
||||
Subproject commit c68e9aaf18d33bbdec0390ebdfd910ed10a6d9cd
|
|
@ -53,7 +53,7 @@ angular.module('myApp.build', ['ngRoute'])
|
|||
env = {
|
||||
url: scope.production_url
|
||||
, base_url: scope.production_url.replace(/(https?:\/\/[^\/#?]+).*/, '$1')
|
||||
, base_path: scope.production_url.replace(/https?:\/\/[^\/#?]+/, '$1')
|
||||
, base_path: scope.production_url.replace(/https?:\/\/[^\/#?]+/, '')
|
||||
, compiled_path: 'compiled'
|
||||
, since: 0
|
||||
, onError: scope.onError
|
||||
|
|
Loading…
Reference in New Issue