Chromium Code Reviews| OLD | NEW |
|---|---|
| (Empty) | |
| 1 | |
|
Dan Beam
2015/10/10 01:04:18
why \n?
fhorschig
2015/10/13 16:29:10
Done.
| |
| 2 <link rel="import" href="chrome://resources/polymer/v1_0/polymer/polymer.html"> | |
| 3 | |
|
Dan Beam
2015/10/10 01:04:18
no \n
fhorschig
2015/10/13 16:29:10
Done.
| |
| 4 <link rel="import" href="chrome://resources/polymer/v1_0/paper-card/paper-card.h tml"> | |
| 5 <link rel="import" href="chrome://resources/polymer/v1_0/paper-styles/typography .html"> | |
| 6 | |
| 7 <dom-module id="policy-group"> | |
| 8 <link rel="import" type="css" href="chrome://md-policy/policy_group.css"> | |
| 9 <template> | |
| 10 <paper-card heading="[[translate(riskTag)]]" | |
| 11 aria-label="[[translate(riskTag)]]"> | |
|
Dan Beam
2015/10/10 01:04:18
can you compute this property and share it rather
fhorschig
2015/10/13 16:29:10
Done.
| |
| 12 <div id="content" class="card-content"></div> | |
| 13 </paper-card> | |
| 14 </template> | |
| 15 <script src="chrome://md-policy/policy_group.js"></script> | |
| 16 </dom-module> | |
| OLD | NEW |