Skip to content

Instantly share code, notes, and snippets.

@marshall007
Created September 10, 2014 03:09
Show Gist options
  • Save marshall007/c414de65b90a79945b22 to your computer and use it in GitHub Desktop.
Save marshall007/c414de65b90a79945b22 to your computer and use it in GitHub Desktop.
/api1/angular/profile.js?module=app.profile
var module = angular.module('app.profile', []);
module.constant('PROFILE', {
"id": "daa30ea387bf46ada316a09300cfc3cc",
"roles": [ ... ],
"firstName": "...",
"lastName": "...",
"title": "...",
"email": "...",
"vendors": [ ... ],
...
});
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment