From 3e458e2ba60f9d6e48cb773ff4e99674d24e7ce4 Mon Sep 17 00:00:00 2001 From: Mads Rasmussen Date: Wed, 17 Feb 2016 09:14:13 +0100 Subject: [PATCH] add documentation for umbEmptyState --- .../components/umbemptystate.directive.js | 26 +++++++++++++++++++ 1 file changed, 26 insertions(+) diff --git a/src/Umbraco.Web.UI.Client/src/common/directives/components/umbemptystate.directive.js b/src/Umbraco.Web.UI.Client/src/common/directives/components/umbemptystate.directive.js index 6f5cbd2166..b37895637b 100644 --- a/src/Umbraco.Web.UI.Client/src/common/directives/components/umbemptystate.directive.js +++ b/src/Umbraco.Web.UI.Client/src/common/directives/components/umbemptystate.directive.js @@ -1,3 +1,29 @@ +/** +@ngdoc directive +@name umbraco.directives.directive:umbEmptyState +@restrict E +@scope + +@description +Use this directive to show an empty state message. + +

Markup example

+
+    
+ + + // Empty state content + + +
+
+ +@param {string=} size Set the size of the text ("small", "large"). +@param {string=} position Set the position of the text ("center"). +**/ + (function() { 'use strict';