Skip to content

Instantly share code, notes, and snippets.

@gabor-farkas
Created December 20, 2015 23:23
Show Gist options
  • Save gabor-farkas/02b87236ee2917a9d59b to your computer and use it in GitHub Desktop.
Save gabor-farkas/02b87236ee2917a9d59b to your computer and use it in GitHub Desktop.
blog/reusablecomponents/template2.html
<input type="text" class="form-control" ng-model="name" ng-required="{{nameRequired}}">
[...]
<input type="text" class="form-control" ng-model="email" ng-required="{{emailRequired}}">
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment