1
0
mirror of https://github.com/danog/schema.tl.git synced 2024-11-30 04:28:58 +01:00

ellipsis html element

This commit is contained in:
TJ Horner 2017-08-22 23:18:18 -07:00
parent 3977a84ae6
commit 64617d6ab0

View File

@ -23,7 +23,7 @@
</p> </p>
<p ng-show="methodListingLimit === 10"> <p ng-show="methodListingLimit === 10">
<a ng-click="methodListingLimit = schema.methods.length"><strong>Show all {{ schema.methods.length }}...</strong></a> <a ng-click="methodListingLimit = schema.methods.length"><strong>Show all {{ schema.methods.length }}&#8230;</strong></a>
</p> </p>
</div> </div>
@ -35,7 +35,7 @@
</p> </p>
<p ng-show="constructorListingLimit === 10"> <p ng-show="constructorListingLimit === 10">
<a ng-click="constructorListingLimit = schema.constructors.length"><strong>Show all {{ schema.constructors.length }}...</strong></a> <a ng-click="constructorListingLimit = schema.constructors.length"><strong>Show all {{ schema.constructors.length }}&#8230;</strong></a>
</p> </p>
</div> </div>
@ -47,7 +47,7 @@
</p> </p>
<p ng-show="typeListingLimit === 10"> <p ng-show="typeListingLimit === 10">
<a ng-click="typeListingLimit = schema.types.length"><strong>Show all {{ schema.types.length }}...</strong></a> <a ng-click="typeListingLimit = schema.types.length"><strong>Show all {{ schema.types.length }}&#8230;</strong></a>
</p> </p>
</div> </div>
</div> </div>