fixed corrupted character error in edit-form.directive.js

This commit is contained in:
David Baldwynn 2016-06-04 19:01:39 -07:00
parent bbd19e2977
commit 3eaf574d84

View file

@ -84,11 +84,11 @@ angular.module('forms').directive('editFormDirective', ['$rootScope', 'FormField
/* /*
** FormFields (ui-sortable) drag-and-drop configuration ** FormFields (ui-sortable) drag-and-drop configuration
*/ */
$scope.dropzone = { qq $scope.dropzone = {
handle: ' .handle', handle: '.handle',
containment: '.dropzoneContainer', containment: '.dropzoneContainer',
cursor: 'grabbing' cursor: 'grabbing'
}; };
/* /*
** Field CRUD Methods ** Field CRUD Methods