Dave
Member since Mar 12, 2013
- Profile: /members/10741-dave.htm
- Comments: 2
Recent Blog Comments By Dave
-
Accessing $scope On The DOM Using AngularJS
Posted on Mar 13, 2013 at 3:55 PM
@Ben, That makes sense and was something I was just thinking about (should have been sleeping)... I've been using ui-sortable but was wondering how I was going to handle sorting while filtering - now I have some ideas. Thanks for the useful articles, they have come in quite handy as I try to get m... read more »
-
Accessing $scope On The DOM Using AngularJS
Posted on Mar 12, 2013 at 7:17 PM
Have you looked at angular-ui? The sortable plugin there uses ng-model to sync DOM changes. It basically uses the sortable events to track initial index and then final index and then modifies the $modelValue to re-arrange items. Works with connected sortables too.... read more »