Browse Source

Fixed Polymer example.

pull/793/head
Andrew Johnston 9 years ago
parent
commit
693485cdae
  1. 2
      README.md

2
README.md

@ -482,7 +482,7 @@ Other attributes are:
<template is="dom-repeat" items={{names}}> <template is="dom-repeat" items={{names}}>
<div>{{item}}</div> <div>{{item}}</div>
</template> </template>
<sortable-js> </sortable-js>
``` ```
### Method ### Method

Loading…
Cancel
Save