Created Packery and Draggabilly directives.

Applied the Packery directive to Info layout based on media queries.
This commit is contained in:
Gunther Brunner
2014-05-26 21:05:54 +09:00
parent 7a87f2170a
commit 00eb155ab9
12 changed files with 201 additions and 16 deletions

View 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'))