Skip to content

Commit

Permalink
[skip-ci] update comment for Polymer.html
Browse files Browse the repository at this point in the history
  • Loading branch information
dfreedm committed Dec 5, 2017
1 parent 75d873a commit bdfa5fc
Showing 1 changed file with 9 additions and 3 deletions.
12 changes: 9 additions & 3 deletions lib/utils/html-fn.html
Original file line number Diff line number Diff line change
Expand Up @@ -25,9 +25,15 @@
}

/**
* Small tagged template string function to facilitate building a `<template>` element.
* Polymer.html will automatically compose `<template>` elements in `${}` blocks, allowing for easy
* composition of superclass templates, or partial templates.
* A template literal tag1 that creates an HTML <template> element from the contents of the string.
*
* This allows you to write a Polymer Template in JavaScript.
*
* Interpolated values are converted to strings when the template is created,
* they are not intended as a replacement for Polymer data-binding.
*
* There is special support for HTMLTemplateElement values,
* allowing for easy composition of superclass or partial templates.
*
* Example:
*
Expand Down

0 comments on commit bdfa5fc

Please sign in to comment.