Skip to content

Instantly share code, notes, and snippets.

@xmeng1
Created February 20, 2017 13:42
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save xmeng1/e929c14f960981d5ad7a0e500cfcbd6c to your computer and use it in GitHub Desktop.
Save xmeng1/e929c14f960981d5ad7a0e500cfcbd6c to your computer and use it in GitHub Desktop.
angular material 2
<md-input-container dividerColor="accent" class="input-container" floatPlaceholder="Test">
<span md-prefix>$&nbsp;</span>
<span md-suffix>.00</span>
<input mdInput name="value" ngModel placeholder="amount" align="end" >
</md-input-container>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment