common.services.js 147 Bytes

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