Skip to content

Instantly share code, notes, and snippets.

@andrewconnell
Created March 8, 2015 16:42
Show Gist options
  • Save andrewconnell/b3d028817269c1912667 to your computer and use it in GitHub Desktop.
Save andrewconnell/b3d028817269c1912667 to your computer and use it in GitHub Desktop.
ADAL JS + Angular: Loading the ADAL module
var app = angular.module('adalO365CorsClient', [
'ngRoute',
'ngAnimate',
'AdalAngular' // <<<< loading the ADAL JS Angular module
]);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment