mirkolugano

Results 2 issues of mirkolugano

If I call an API (which throws an exception) using breeze's executeQuery method, the errorCallback function is never called. `var eq = new breeze.EntityQuery('TestError'); instance.manager.executeQuery( eq, function(data) { console.log('success') },...

Is it possible (or will it be possible) to use the knockout-sortable plugin on websites which use the knockout-secureBindings plugin in order to be able to implement a strict Content...