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
*/
$scope.dropzone = { qq
handle: ' .handle',
containment: '.dropzoneContainer',
cursor: 'grabbing'
};
$scope.dropzone = {
handle: '.handle',
containment: '.dropzoneContainer',
cursor: 'grabbing'
};
/*
** Field CRUD Methods