Bonus: Using apiary.io / environment hack
- You probably haven't noticed this in webService.js
file: code/Winxle-Admin/webService.js 1: wApp.service('webService', ['$http', '$q', function ( $http, $q ) { 2: "use strict"; 3: 4: var requestBASE = GLOBAL.apiUrl;