Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(19)

Unified Diff: elements/viewer-page-indicator/viewer-page-indicator.html

Issue 236723003: Allow the PDF page indicator to accept a list of page labels (Closed) Base URL: https://chromium.googlesource.com/chromium/html-office-public.git@master
Patch Set: Created 6 years, 8 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | elements/viewer-page-indicator/viewer-page-indicator.js » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: elements/viewer-page-indicator/viewer-page-indicator.html
diff --git a/elements/viewer-page-indicator/viewer-page-indicator.html b/elements/viewer-page-indicator/viewer-page-indicator.html
index aa6618fc86687d8bd88c677f250a749848095eca..de59e1a9ecab5ba068b1e0fb4beb68d6ce176c58 100644
--- a/elements/viewer-page-indicator/viewer-page-indicator.html
+++ b/elements/viewer-page-indicator/viewer-page-indicator.html
@@ -1,7 +1,7 @@
-<polymer-element name="viewer-page-indicator" attributes="text">
+<polymer-element name="viewer-page-indicator" attributes="index label">
<template>
<link rel="stylesheet" href="viewer-page-indicator.css">
- <div id="text">{{text}}</div>
+ <div id="text">{{label}}</div>
<div id="triangle-right"></div>
</template>
<script src="viewer-page-indicator.js"></script>
« no previous file with comments | « no previous file | elements/viewer-page-indicator/viewer-page-indicator.js » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698