docs(api list): fixing a typo in ng-cloak
This commit is contained in:
parent
dfa83109fb
commit
0d58eac67e
|
@ -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 }')
|
||||
|
|
|
@ -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 }')
|
||||
|
|
Loading…
Reference in New Issue