Difference between ng-model and ng-bind

ng-model vs ng-bind

If you’ve spent any time working with AngularJS, you’ve probably come across two directives that look similar but behave quite differently – ng-model and ng-bind. At first glance, both seem to just “display data” – but there’s more going on under the hood. Let’s break it down in plain English. 1. What ng-model Actually Does … Read more

External Pagination & Sorting With DisplayTag

DisplayTag-JSP

We often come across the need to display data of any web application in a tabular form to the end user. There are several ways to do this using different kind of technologies for e.g. Jquery’s JQGrid etc. One such technology in JSP is to use the DisplayTag library. External pagination is when the data … Read more