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:
parent
3977a84ae6
commit
64617d6ab0
@ -23,7 +23,7 @@
|
||||
</p>
|
||||
|
||||
<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 }}…</strong></a>
|
||||
</p>
|
||||
</div>
|
||||
|
||||
@ -35,7 +35,7 @@
|
||||
</p>
|
||||
|
||||
<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 }}…</strong></a>
|
||||
</p>
|
||||
</div>
|
||||
|
||||
@ -47,7 +47,7 @@
|
||||
</p>
|
||||
|
||||
<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 }}…</strong></a>
|
||||
</p>
|
||||
</div>
|
||||
</div>
|
||||
|
Loading…
Reference in New Issue
Block a user