Skip to content

hellraider01/ng-utils

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

ng-utils Module

This module provide basic functions from two pagination system: List and Grid.

Instalation Steps

Step 1

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>

Step 2

To inject the module and use use this

angular.module('<app-name>',['ng-utils']);

Use Of Pagination Systems

About

AngularJs Utils

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors