Skip to content

Instantly share code, notes, and snippets.

@vance
Created January 7, 2015 17:13
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save vance/5d9d02e653c6d95833a3 to your computer and use it in GitHub Desktop.
Save vance/5d9d02e653c6d95833a3 to your computer and use it in GitHub Desktop.
<div style="padding:30px; border: 1px dotted #F2F9F9;">
<br/><br/>
Partial to test Input Binding
<pre ng-bind="someControl.testModel.name"></pre>
<hr/>
<some-input showDebug="true" boundModel="{{someControl.testModel.name}}" bind-polymer></some-input>
</div>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment