Tested with Apache Spark 2.1.0, Python 2.7.13 and Java 1.8.0_112
For older versions of Spark and ipython, please, see also previous version of text.
Tested with Apache Spark 2.1.0, Python 2.7.13 and Java 1.8.0_112
For older versions of Spark and ipython, please, see also previous version of text.
| /** | |
| * @see https://github.com/siongui/palidictionary/blob/master/static/js/draggable.js | |
| * @see http://docs.angularjs.org/guide/compiler | |
| */ | |
| angular.module('draggableModule', []). | |
| directive('draggable', ['$document' , function($document) { | |
| return { | |
| restrict: 'A', | |
| link: function(scope, elm, attrs) { |