c0de / drop-ng

An AngularJS wrapper module for Drop.js

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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


Languages

Language:HTML 56.6%Language:JavaScript 41.5%Language:CSS 1.9%