Skip to content

Latest commit

 

History

History
46 lines (26 loc) · 752 Bytes

README.md

File metadata and controls

46 lines (26 loc) · 752 Bytes

#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