This module provide basic functions from two pagination system: List and Grid.
In your Angular app you will need to add this module as a normal module, and add the sript in the index.html file.
<script src="<your-library-path>/ng-utils.js" type="text/javascript"></script>To inject the module and use use this
angular.module('<app-name>',['ng-utils']);