Version 0.0.2
A material design inspired text input for Ionic Framework
<ion-md-input placeholder="Name" highlight-color="energized" type="text"></ion-md-input>
You can use any attribute that angular provides.
ng-model=""
[name=""]
[required=""]
[ng-required=""]
[ng-minlength=""]
[ng-maxlength=""]
[ng-pattern=""]
[ng-change=""]
[ng-trim=""]
bower install ion-md-input
Reference both the js and css file.
And the angular module as a dependency
angular.module('ionicApp', ['ionic', 'ionMdInput'])
##Demo
Talk is cheap, where's the code...