ovh-jquery-ui-draggable-ng
Installation
Bower
bower install https://github.com/ovh-ux/ovh-jquery-ui-draggable-ng.git --save
NPM
npm install https://github.com/ovh-ux/ovh-jquery-ui-draggable-ng.git --save
Configuration
- Include
ovh-jquery-ui-draggable-ng.min.js
in your app:
<script src="bower_components/ovh-jquery-ui-draggable-ng/dist/ovh-jquery-ui-draggable-ng.min.js"></script>
- Add
ovh-jquery-ui-draggable-ng
as a new module dependency in your angular app.
var myapp = angular.module('myapp', ['ovh-jquery-ui-draggable-ng']);
Get the sources
git clone https://github.com/ovh-ux/ovh-jquery-ui-draggable-ng.git cd ovh-jquery-ui-draggable-ng npm install bower install
You've developed a new cool feature ? Fixed an annoying bug ? We'd be happy to hear from you !
Have a look in CONTRIBUTING.md
Run the tests
npm test
Related links
- Contribute: https://github.com/ovh-ux/ovh-jquery-ui-draggable-ng
- Report bugs: https://github.com/ovh-ux/ovh-jquery-ui-draggable-ng/issues
- Get latest version: https://github.com/ovh-ux/ovh-jquery-ui-draggable-ng
License
See https://github.com/ovh-ux/ovh-jquery-ui-draggable-ng/blob/master/LICENSE