grafana/public/vendor/angular-native-dragdrop/docs/getting-started.md
2016-09-13 20:42:28 +02:00

590 B

#Installation

##Download Download the file draganddrop.min.js or draganddrop.js.

##Bower

You can also install via Bower using

bower install angular-native-dragdrop --save


#Usage

##Step - 1 Add script

<script src="path/to/draganddrop.min.js"></script>

##Step - 2 Include in app

	myApp = angular.module('myApp','ang-drag-drop');

##Step - 3 Profit!!