Fix redirection URLs in JavaScript

This commit is contained in:
Francis Lachapelle
2014-08-11 10:10:25 -04:00
parent 54103124e8
commit af5489bf57
4 changed files with 12 additions and 8 deletions

View File

@@ -9,7 +9,7 @@
angular.module('SOGo.Contacts', ['ionic', 'SOGo.Common', 'SOGo.Contacts'])
.constant('sgSettings', {
'baseURL': '/SOGo/so/francis/Contacts'
'baseURL': ApplicationBaseURL
})
.run(function($ionicPlatform) {