Browse Source

#573: * without ng-repeat

pull/587/head
RubaXa 9 years ago
parent
commit
fc4a9b310f
  1. 4
      ng-sortable.js

4
ng-sortable.js

@ -46,7 +46,9 @@
if (!ngRepeat) {
// Without ng-repeat
return null;
return function () {
return null;
};
}
// tests: http://jsbin.com/kosubutilo/1/edit?js,output

Loading…
Cancel
Save