Skip to content

Instantly share code, notes, and snippets.

@dalcib
dalcib / ngGrid.js
Created May 7, 2012 20:18
Angular Grid
//////////////////////////////////////
/// Grid Directive to Angular 1.0.0rc7
//////////////////////////////////////
// To use:
// <script>
// var app = angular.module('myapp', ['ngGrid']);
// var Ctrl = function($scope) { $scope.todo = [...] }
// </script>
// <div ng-app="myapp">