Skip to content

Instantly share code, notes, and snippets.

@asicfr
Created May 6, 2013 12:01
Show Gist options
  • Save asicfr/5524731 to your computer and use it in GitHub Desktop.
Save asicfr/5524731 to your computer and use it in GitHub Desktop.
<div data-ng-controller="MainCtrl">
<h1>text: {{data.text}}</h1>
<input type="text" data-ng-model="data.text" />
<h2>nb update: {{data.cpt}}</h2>
<button type="button" data-ng-click="showData()">Show</button>
<h2>text: {{data.extData}}</h2>
</div>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment