From 0d58eac67e00d7380bba87ba65b44d306f1cf5c1 Mon Sep 17 00:00:00 2001 From: Naomi Black Date: Mon, 19 Oct 2015 14:38:51 +0100 Subject: [PATCH] docs(api list): fixing a typo in ng-cloak --- public/docs/js/latest/api/index.jade | 2 +- public/docs/ts/latest/api/index.jade | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/public/docs/js/latest/api/index.jade b/public/docs/js/latest/api/index.jade index 2e2adec3e5..ab88700ddb 100644 --- a/public/docs/js/latest/api/index.jade +++ b/public/docs/js/latest/api/index.jade @@ -9,7 +9,7 @@ div(ng-cloak).banner dd.var(ng-class='{ active: apiType === "var" }' ng-click='setType("var")') Variable input.api-filter(placeholder='Filter', ng-model='apiFilter') article(class="l-content-small grid-fluid docs-content") - div(ng-repeat='section in apiSections' ng-if="(apiList[section.name] | filter: { title: apiFilter, docType: apiType }).length" ng-clock) + div(ng-repeat='section in apiSections' ng-if="(apiList[section.name] | filter: { title: apiFilter, docType: apiType }).length" ng-cloak) h3 {{ section.title }} ul.api-list li.api-item(ng-repeat='item in apiList[section.name] | filter: { title: apiFilter, docType: apiType }') diff --git a/public/docs/ts/latest/api/index.jade b/public/docs/ts/latest/api/index.jade index 464c05b423..ab88700ddb 100644 --- a/public/docs/ts/latest/api/index.jade +++ b/public/docs/ts/latest/api/index.jade @@ -9,7 +9,7 @@ div(ng-cloak).banner dd.var(ng-class='{ active: apiType === "var" }' ng-click='setType("var")') Variable input.api-filter(placeholder='Filter', ng-model='apiFilter') article(class="l-content-small grid-fluid docs-content") - div(ng-repeat='section in apiSections' ng-cloak) + div(ng-repeat='section in apiSections' ng-if="(apiList[section.name] | filter: { title: apiFilter, docType: apiType }).length" ng-cloak) h3 {{ section.title }} ul.api-list li.api-item(ng-repeat='item in apiList[section.name] | filter: { title: apiFilter, docType: apiType }')