AndreyAkinshin / knockout-mvc

Power of Knockout.js for ASP.NET MVC
http://knockoutmvc.com
203 stars 125 forks source link

Added completeFunction overload to executeOnServer #43

Closed RobBittner closed 10 years ago

RobBittner commented 10 years ago

Added this to allow for a completion function to do stuff after the execute completes. I'd be open to making this into an object for success, error, complete, whatever and somehow wrangling all those together as well.

AndreyAkinshin commented 10 years ago

Thanks!