We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 10641db commit 062f5daCopy full SHA for 062f5da
demo/es6/index.html
@@ -20,8 +20,6 @@ <h4>Default</h4>
20
21
<div is="uib-pagination" :direction-links="false" :total-items="totalItems" v-model="pagination1"></div>
22
23
- <div is="uib-pagination" :direction-links="false" :total-items="totalItems" v-model="pagination1" :page-label="pageLabelHtml"></div>
24
-
25
<h6><code>page-label</code> returning <code>raw html</code>:</h6>
26
<div is="uib-pagination" :direction-links="false" :total-items="totalItems" v-model="pagination1" :page-label="pageLabelHtml"></div>
27
@@ -54,4 +52,4 @@ <h6><code>boundary-link-numbers</code> set to <code>true</code> and <code>rotate
54
52
<script src="dist/main.js"></script>
55
53
</body>
56
57
-</html>
+</html>
0 commit comments