mirror of
https://github.com/DeviceFarmer/stf.git
synced 2026-04-18 16:13:24 +02:00
Created Packery and Draggabilly directives.
Applied the Packery directive to Info layout based on media queries.
This commit is contained in:
9
res/app/components/stf/angular-draggabilly/index.js
vendored
Normal file
9
res/app/components/stf/angular-draggabilly/index.js
vendored
Normal file
@@ -0,0 +1,9 @@
|
||||
var draggabilly = require('draggabilly')
|
||||
|
||||
module.exports = angular.module('stf.angular-draggabilly', [
|
||||
|
||||
])
|
||||
.factory('DraggabillyService', function () {
|
||||
return draggabilly
|
||||
})
|
||||
.directive('angularDraggabilly', require('./angular-draggabilly-directive'))
|
||||
Reference in New Issue
Block a user