From c0f9242a019e721ee95b188801cba36416aaadca Mon Sep 17 00:00:00 2001 From: Erik-Jan Westendorp Date: Wed, 17 Jan 2024 15:39:36 +0100 Subject: [PATCH 1/2] Write shorter sentence --- 13/umbraco-cms/reference/angular/directives/umbloadindicator.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/13/umbraco-cms/reference/angular/directives/umbloadindicator.md b/13/umbraco-cms/reference/angular/directives/umbloadindicator.md index 8042830fa5d..3d7a025aa57 100644 --- a/13/umbraco-cms/reference/angular/directives/umbloadindicator.md +++ b/13/umbraco-cms/reference/angular/directives/umbloadindicator.md @@ -9,7 +9,7 @@ Umbraco internally does this via the `` directive, which y * [`` in the **API documentation**](https://apidocs.umbraco.com/v12/ui/#/api/umbraco.directives.directive:umbLoadIndicator) * [`` source code on **GitHub**](https://github.com/umbraco/Umbraco-CMS/blob/v8/contrib/src/Umbraco.Web.UI.Client/src/common/directives/components/umbloadindicator.directive.js) -The directive doesn't have any parameters on it's own, but since you most likely only wish to show the load indicator during certain states of your code, you can control this either through `ng-if` or `ng-show`. +The directive doesn't have any parameters on it's own. Since you most likely only wish to show the load indicator during certain states of your code, you can control this either through `ng-if` or `ng-show`. For instance if your controller sets the `loading` variable to `true` during busy states: From 814a14f96d42c856c28a930e52eaa98bfedf4eda Mon Sep 17 00:00:00 2001 From: Erik-Jan Westendorp Date: Wed, 17 Jan 2024 15:41:10 +0100 Subject: [PATCH 2/2] Update v10 and 12 --- 10/umbraco-cms/reference/angular/directives/umbloadindicator.md | 2 +- 12/umbraco-cms/reference/angular/directives/umbloadindicator.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/10/umbraco-cms/reference/angular/directives/umbloadindicator.md b/10/umbraco-cms/reference/angular/directives/umbloadindicator.md index 4c64091fbe3..2efb5a69d4c 100644 --- a/10/umbraco-cms/reference/angular/directives/umbloadindicator.md +++ b/10/umbraco-cms/reference/angular/directives/umbloadindicator.md @@ -10,7 +10,7 @@ Many web sites and web applications use a form of load indicator to indicate a b Umbraco internally does this via the `` directive, which you can also use in your own views for the backoffice. -The directive doesn't have any parameters on it's own, but since you most likely only wish to show the load indicator during certain states of your code, you can control this either through `ng-if` or `ng-show`. +The directive doesn't have any parameters on it's own. Since you most likely only wish to show the load indicator during certain states of your code, you can control this either through `ng-if` or `ng-show`. For instance if your controller sets the `loading` variable to `true` during busy states: diff --git a/12/umbraco-cms/reference/angular/directives/umbloadindicator.md b/12/umbraco-cms/reference/angular/directives/umbloadindicator.md index 8042830fa5d..3d7a025aa57 100644 --- a/12/umbraco-cms/reference/angular/directives/umbloadindicator.md +++ b/12/umbraco-cms/reference/angular/directives/umbloadindicator.md @@ -9,7 +9,7 @@ Umbraco internally does this via the `` directive, which y * [`` in the **API documentation**](https://apidocs.umbraco.com/v12/ui/#/api/umbraco.directives.directive:umbLoadIndicator) * [`` source code on **GitHub**](https://github.com/umbraco/Umbraco-CMS/blob/v8/contrib/src/Umbraco.Web.UI.Client/src/common/directives/components/umbloadindicator.directive.js) -The directive doesn't have any parameters on it's own, but since you most likely only wish to show the load indicator during certain states of your code, you can control this either through `ng-if` or `ng-show`. +The directive doesn't have any parameters on it's own. Since you most likely only wish to show the load indicator during certain states of your code, you can control this either through `ng-if` or `ng-show`. For instance if your controller sets the `loading` variable to `true` during busy states: