From a1e5b679cde757bd7568069063448702bf93e4f8 Mon Sep 17 00:00:00 2001 From: Naomi Black Date: Mon, 19 Oct 2015 12:12:36 +0100 Subject: [PATCH] docs(chore): fix deploy of api page and add a typo fix --- public/docs/js/latest/api/index.jade | 2 +- public/docs/ts/latest/api/index.jade | 2 +- public/docs/ts/latest/guide/_data.json | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/public/docs/js/latest/api/index.jade b/public/docs/js/latest/api/index.jade index 8fa214f422..464c05b423 100644 --- a/public/docs/js/latest/api/index.jade +++ b/public/docs/js/latest/api/index.jade @@ -1,4 +1,4 @@ -.banner +div(ng-cloak).banner dl.api-key dt Display: dd.directive(ng-class='{ active: apiType === "directive" }' ng-click='setType("directive")') Directive diff --git a/public/docs/ts/latest/api/index.jade b/public/docs/ts/latest/api/index.jade index 68c8780b7f..464c05b423 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') + div(ng-repeat='section in apiSections' 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/guide/_data.json b/public/docs/ts/latest/guide/_data.json index 3d84ff5848..cccbf01763 100644 --- a/public/docs/ts/latest/guide/_data.json +++ b/public/docs/ts/latest/guide/_data.json @@ -30,7 +30,7 @@ }, "hierarchical-dependency-injection": { - "title": "Hierarchal Injectors", + "title": "Hierarchical Injectors", "intro": "Angular's hierarchical dependency injection system supports nested injectors in parallel with the component tree." }, "glossary": {