Skip to content

Instantly share code, notes, and snippets.

@ccfiel
Created December 24, 2014 10:44
Show Gist options
  • Save ccfiel/6fd8d14e1a45e1ebe4b8 to your computer and use it in GitHub Desktop.
Save ccfiel/6fd8d14e1a45e1ebe4b8 to your computer and use it in GitHub Desktop.
<div class="container-fluid" ng-app="receta">
<div class="panel panel-success">
<div class="panel-heading">
<h1 ng-if="name">Hello, {{name}}</h1>
</div>
<div class="panel-body">
<form class="form-inline">
<div class="form-group">
<input class="form-control" type="text" placeholder="Enter your name" autofocus ng-model="name">
</div>
</form>
</div>
</div>
</div>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment