Skip to content

jdaily/angular-floating-label

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

#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

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 60.5%
  • CSS 39.5%