AIA.factory('LoadJsonService', function () { return { getJson: function (userName, Password) { alert('called service'); return true; } }; });