You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+19-6
Original file line number
Diff line number
Diff line change
@@ -29,11 +29,12 @@ Suppose model (in AngularJS) is defined as follows
29
29
30
30
Define global `sortable` options that will be provided to underlying jQuery sortable plugin. Here we need to provide `connectWith` option to link several sortables together.
update: 'changed', // $scope function called 'changed' will be invoked within Angular context
64
65
start: function() { console.log('modification started'); // regular function will be invoked
65
66
}
66
67
});
68
+
69
+
Changelog
70
+
-----
71
+
72
+
### 0.0.2
73
+
74
+
First version of component. Works with older versions of Angular-UI components (before project was split)
75
+
76
+
### 0.1.0
77
+
78
+
Dependencies updated to `1.0.7`for AngularJS itself and `0.0.1` for angular-ui-sortable. This version isn't backward compatible due to changes in foundation components (angular-ui-sortable).
0 commit comments