#Floating Labels the Angular Way
Inspired by Mark D. Smith's Dribbble post and @jverdi's JVFloatLabeledTextField and @fauxparse's bootstrap-floating-labels
##Installation
###Bower
bower install angular-floating-label
###Manual Download
##Usage
See example
###Requirements
- node and npm
- bower
npm install -g bower
- grunt
npm install -g grunt-cli
###Setup
npm install
bower install
###Run
grunt dev
or for just running tests on file changes:
grunt ci
###Tests - Comming Soon
grunt mocha