Skip to content

Latest commit

 

History

History
43 lines (24 loc) · 458 Bytes

README.md

File metadata and controls

43 lines (24 loc) · 458 Bytes

#angular-floating-label

The best project ever.

##Installation

###Bower

bower install angular-floating-label

###Manual Download

##Usage

Docs coming soon

##Development

###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

grunt mocha