From 49365ddfccf9f4e1ff39ac7c58e99bb0a3f813ef Mon Sep 17 00:00:00 2001 From: Andrew Wollerstein Date: Tue, 23 May 2017 22:32:21 -0400 Subject: [PATCH] fixed reference to angular-dragula.js in index page --- index.html | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/index.html b/index.html index 0abf3ee..f5c4acb 100644 --- a/index.html +++ b/index.html @@ -224,7 +224,7 @@

Drag and drop so simple it hurts

-
+
@@ -238,7 +238,7 @@

Drag and drop so simple it hurts

<div ng-repeat='text in many' ng-bind='text'></div> </div> <div class='container' dragula='"another-bag"' dragula-model='many2'> - <div ng-repeat='text in many2' ng-bind='text'></div> + <div ng-repeat='text in many2' ng-bind='text'></div> </div> </div> @@ -263,5 +263,5 @@

Drag and drop so simple it hurts

Get it on GitHub! bevacqua/angularjs-dragula

- +