Skip to content

Instantly share code, notes, and snippets.

/gist:fb6806cff9f9913355eb Secret
Created Dec 20, 2014

Embed
What would you like to do?
<div layout="column" layout-fill class="content">
<md-whiteframe class="md-whiteframe-z1" layout>
<md-item-content>
<div class="md-tile-content" ng-controller="PostSaveCtrl">
<form action="" ng-submit="save()">
<md-text-float label="Title" ng-model="post.title"></md-text-float>
<md-text-float label="Body" ng-model="post.body"></md-text-float>
<md-button class="md-raised md-primary">Save</md-button>
</form>
</div>
</md-item-content>
</md-whiteframe>
</div>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
You can’t perform that action at this time.