angular .module('portainer') .directive('rdLoading', function rdLoading() { var directive = { restrict: 'AE', template: '
' }; return directive; });