Skip to content
forked from stevenh77/drop-ng

An AngularJS wrapper module for Drop.js

Notifications You must be signed in to change notification settings

bobo456/drop-ng

 
 

Repository files navigation

drop-ng

An AngularJS wrapper module for Drop.js

Online demo

http://stevenhollidge.com/drop-ng/example/simple/

Screenshot

drop-ng screenshot

Source

https://github.com/stevenh77/drop-ng

Installing drop-ng in your app

Type bower install drop-ng --save

Prerequisites for development

Install Node.js

Install these NPM packages globally:

npm install -g bower http-server karma karma-cli

Installing Packages

  • Open terminal at root folder
  • Type npm install
  • Type bower install

Running the examples

Type http-server and browse to http://localhost:8080/example/simple to run the simple example

Unit Tests

Type karma start karma.config.js

Setting up e2e Tests

Setting up protractor and selenium:

Running e2e Tests

  • Open new terminal and type webdriver-manager start
  • Open new terminal and type: http-server
  • Open new terminal and type: protractor protractor.config.js

About

An AngularJS wrapper module for Drop.js

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages

  • HTML 57.9%
  • JavaScript 40.2%
  • CSS 1.9%