'use strict'; angular .module('app.run', []) .run(['$window','$location','$http','$cookies','$rootScope', function ($window,$location,$http,$cookies, OAuth2, $rootScope) { }]);