Skip to content

Devecoop/device-directive-ng

This branch is 15 commits ahead of, 1 commit behind lelylan/device-directive-ng:master.

Folders and files

NameName
Last commit message
Last commit date

Latest commit

6099697 · Feb 10, 2017
Feb 6, 2017
Feb 6, 2017
Feb 6, 2015
Jun 2, 2014
Feb 10, 2017
Feb 7, 2017
Mar 14, 2014
Feb 7, 2017
Feb 10, 2017
Jan 26, 2016
Feb 6, 2017
Nov 3, 2014
Feb 7, 2017
Feb 6, 2015

Repository files navigation

Device Directive

AngularJS web component to shorten the needed time to monitor and control any physical device (e.g. lights, locks, thermostats) from desktop, tablet, and mobile.

Documentation

device-directive-ng

Contributing

Fork the repo on github and send a pull requests with topic branches. Do not forget to provide specs to your contribution.

Setup

  • Fork and clone the repository
  • Run npm install && bower install

Unit tests (karma)

  • grunt karma:unit

Integration tests (protractor)

Start the server.

  • grunt serve

Run all integration tests

  • protractor protractor.conf.js

Or run a specific suite

  • protractor protractor.conf.js --suite=sensor

Creating your own distribution

  • Run grunt build

The new distribution files will be created in the dist/ folder.

Coding guidelines

Follow github guidelines.

Feedback

Use the issue tracker for bugs or stack overflow for questions. Mail or Tweet us for any idea that can improve the project.

Links

Authors

Andrea Reginato

Contributors

Special thanks to all contributors for submitting patches.

Changelog

See CHANGELOG

License

Lelylan is licensed under the Apache License, Version 2.0.

Packages

No packages published

Languages

  • JavaScript 55.1%
  • HTML 18.0%
  • ApacheConf 17.4%
  • CSS 9.5%