0.0.5 • Published 7 years ago

ovh-jquery-ui-draggable-ng v0.0.5

Weekly downloads
6
License
BSD-3-Clause
Repository
github
Last release
7 years ago

ovh-jquery-ui-draggable-ng

Make elements draggable

deprecated Build Status

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

  1. 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>

  2. 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

License

See https://github.com/ovh-ux/ovh-jquery-ui-draggable-ng/blob/master/LICENSE