mirror of
https://github.com/Polymer/polymer.git
synced 2025-02-25 18:55:30 -06:00
Merge pull request #2700 from DarthUjj/master
Remove undesired full-stop from outputs
This commit is contained in:
commit
611e5b7234
@ -84,7 +84,7 @@ Polymer({
|
||||
<my-property-namecard my-name="Jim"></my-property-namecard>
|
||||
```
|
||||
|
||||
> Hi! My name is Jim.
|
||||
> Hi! My name is Jim
|
||||
|
||||
**Bind data into your element using the familiar mustache-syntax**
|
||||
|
||||
@ -115,7 +115,7 @@ Polymer({
|
||||
<my-bound-namecard my-name="Josh"></my-bound-namecard>
|
||||
```
|
||||
|
||||
> Hi! My name is Josh.
|
||||
> Hi! My name is Josh
|
||||
|
||||
**Style the internals of your element, without the style leaking out**
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user