Hi there!
Thanks to the AngularJS Developers! I've tried backbone, spline,
knockout - but angular seems to be the best choice for some planned
realtime applications.
Doing some tests and experiments, i stumble to the following problem:
I've createt a custom directive for a jQuery DataTable Plugin.
Here's a fiddle to make thinks clear:
http://jsfiddle.net/Jehu/2FfTW/4/
I want to bind the button in a grid row to a method in my controler.
Button should later be used to trigger REST actions by $xhr service.
I hope, the grid will represent allways the data model due bindings.
So, would you reccommend the use of DataTables Plugin or should i
better use a simple html table and add filtering and sorting with
angular?
Thanks in advance.
Jehu