fix base_path = '/' issues

This commit is contained in:
AJ ONeal 2015-01-13 15:39:51 -07:00
父節點 cfa1688085
當前提交 b696fbc53b
共有 2 個文件被更改,包括 2 次插入2 次删除

@ -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