Dominic Santos
Dominic Santos
I had this usecase just today actually. By removing the following line: https://github.com/Pasvaz/bindonce/blob/master/bindonce.js#L170 And adding `scope.bindonceController = bindonceController;` to the following line: https://github.com/Pasvaz/bindonce/blob/master/bindonce.js#L188 I can call `$scope.bindonceController.runBinders();` whenever I want...
As a follow up to this; I'm guessing you're redoing a lot of the binders themselves here as well? This like the bo-class binding, or the bo-if need modifying to...
Probably should; I'm just doing it at work atm and not sure how they'd feel about me doing that. But I'll change it on my own and try submit a...
Considering that tastypie actually returns the total count of the objects would it not be relatively easy to do bounds checking etc knowing how big each page was?