"use strict"; angular.module("common.services", ["ngResource"]) .constant("appSettings", { serverPath: "http://localhost/AIA/WebAPI/" });