Posted on: 12/31/2014 2:59:56 PM | Views : 693

Hi,
I have a web form which acts as a single page application, as in, there are sections of page which are rendered using callbacks. For e.g. a div might have grid which populates based on submitting filter options (which in background queries a sql table and returns the output).
I would like to implement something using AngularJS (trying to learn this new technology). I have gone through some video tutorials but won't learn unless I implement it.
Any advises, thoughts, URLs which could be of help? For example, how can I initiated a database call to get the records using ng-click, how can i bind the table to a grid, etc etc.
Thanks.

Go to the complete details ...