Skip to content

Instantly share code, notes, and snippets.

@mathwizard
mathwizard / ngGrid.js
Created September 26, 2012 14:31 — forked from dalcib/ngGrid.js
Angular Grid
//////////////////////////////////////
/// Grid Directive to Angular 1.0.2
//////////////////////////////////////
// To use:
// <script>
// var app = angular.module('myapp', ['ngGrid']);
// var Ctrl = function($scope) { $scope.todos = [...] }
// </script>
// <div ng-app="myapp">