Skip to content

Instantly share code, notes, and snippets.

@SimonDoy
Created May 11, 2016 06:26
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save SimonDoy/e84b7c5654f1cda1ce03fa7692a3e204 to your computer and use it in GitHub Desktop.
Save SimonDoy/e84b7c5654f1cda1ce03fa7692a3e204 to your computer and use it in GitHub Desktop.
Initial configurationService with our application constants
var configurationService = angular.module('configurationServiceModule', []);
configurationService.constant('applicationConstants', {
'clientId':'7c27b6a6-1bb8-43c0-9b92-2eee2264cc71',
'tenantName':'ithinksharepoint.com',
'instance':'https://login.microsoftonline.com/',
'endPoints': {}
});
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment