Skip to content
This repository was archived by the owner on Sep 8, 2020. It is now read-only.

Commit b6734fe

Browse files
committed
refactor(sortable): use the shorthand isolated scope property definition
1 parent 9ef4622 commit b6734fe

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/sortable.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,8 +11,8 @@ angular.module('ui.sortable', [])
1111
return {
1212
require: '?ngModel',
1313
scope: {
14-
ngModel: '=ngModel',
15-
uiSortable: '=uiSortable'
14+
ngModel: '=',
15+
uiSortable: '='
1616
},
1717
link: function(scope, element, attrs, ngModel) {
1818
var savedNodes;

0 commit comments

Comments
 (0)