mirror of
https://github.com/DeviceFarmer/stf.git
synced 2026-04-18 08:03:30 +02:00
10 lines
260 B
JavaScript
10 lines
260 B
JavaScript
var draggabilly = require('draggabilly')
|
|
|
|
module.exports = angular.module('stf.angular-draggabilly', [
|
|
|
|
])
|
|
.factory('DraggabillyService', function() {
|
|
return draggabilly
|
|
})
|
|
.directive('angularDraggabilly', require('./angular-draggabilly-directive'))
|