Logo white

ADAM / AIAHTML5

Sign in
  • Sign in
  • Project
  • Files
  • Commits
  • Network
  • Graphs
  • Milestones
  • Issues
  • Merge Requests 14
  • Labels
  • Wiki
  • Snippets
  • AIAHTML5
  • 400-SOURCECODE
  • AIAHTML5.Web
  • app
  • services
  • load-json-service.js
  • added images and json files for DA. ...
    b229e40a
    implemented functionality to show DA bodyview list  on male/female button click.
    Nikita Kulshreshtha authored
    2016-04-08 18:46:29 +0530  
    Browse Code »
load-json-service.js 199 Bytes
Edit Raw Blame History Permalink
1 2 3 4 5 6 7 8
AIA.factory('LoadJsonService', function () {
    return {
        getJson: function (userName, Password) {
            alert('called service');
            return true;
        }
    };
});