Skip to content

Instantly share code, notes, and snippets.

@bchhun
Created June 9, 2012 18:47
Show Gist options
  • Save bchhun/2902175 to your computer and use it in GitHub Desktop.
Save bchhun/2902175 to your computer and use it in GitHub Desktop.
<section class="slide" ng-app>
<input type="text" ng-model="prenom" placeholder="Entre ton prénom içi">
<input type="text" ng-model="verbe" placeholder="et un verbe...">
<input type="text" ng-model="whatever" placeholder="pis n'importe quoi">
<hr>
<h2>{{prenom}} {{verbe}} {{whatever}} !!</h2>
</section>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment