Skip to content

Instantly share code, notes, and snippets.

@gabor-farkas
Created December 20, 2015 23:06
Show Gist options
  • Save gabor-farkas/59038038d96e782b2281 to your computer and use it in GitHub Desktop.
Save gabor-farkas/59038038d96e782b2281 to your computer and use it in GitHub Desktop.
blog/reusablecomponent/template1
<div class="form-group">
<label>Name</label>
<input type="text" class="form-control" ng-model="name">
</div>
<div class="form-group">
<label>Email</label>
<input type="text" class="form-control" ng-model="email">
</div>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment