app.directive('loading', function(){ var str = '
'; return { restrict: 'AE', template: str, replace: true }; });