diff --git a/client/cat3/src/partials/globals/loader/loaderModule.js b/client/cat3/src/partials/globals/loader/loaderModule.js index 903fc505e..479720085 100644 --- a/client/cat3/src/partials/globals/loader/loaderModule.js +++ b/client/cat3/src/partials/globals/loader/loaderModule.js @@ -9,17 +9,17 @@ 'use strict'; angular.module('directive.loading', []) .directive('loading', ['$compile',function($compile) { - var getTemplate = function(type) { + var getTemplate = function(type, extraClasses) { var template = ''; switch (type) { case 'block': - template = "