Skip to content

Instantly share code, notes, and snippets.

View renilbabu03's full-sized avatar
🎯
Focusing

Renil Babu renilbabu03

🎯
Focusing
View GitHub Profile
@renilbabu03
renilbabu03 / index.html
Created December 4, 2016 07:19 — forked from esvit/index.html
ngTable Example #1: Table with pagination
<html>
<head lang="en">
<meta charset="utf-8">
<title>Getting Started With ngTable Example</title>
<script type="text/javascript" src="https://ajax.googleapis.com/ajax/libs/angularjs/1.2.0-rc.3/angular.min.js"></script>
<script type="text/javascript" src="https://raw.github.com/esvit/ng-table/master/ng-table.js"></script>
<link rel="stylesheet" type="text/css" href="https://raw.github.com/esvit/ng-table/master/ng-table.css" />
</head>
<body>