app.directive('loadingSpinner', ['$http', 'config', function ($http, config) { return { templateUrl: config.rootPath+ 'templates/loading.html', }; }]);