Skip to content

Instantly share code, notes, and snippets.

View sonicparke's full-sized avatar
🤠
Doing what I want

Brad McAlister sonicparke

🤠
Doing what I want
View GitHub Profile
@sonicparke
sonicparke / 0_reuse_code.js
Created July 22, 2014 21:25
Here are some things you can do with Gists in GistBox.
// Use Gists to store code you would like to remember later on
console.log(window); // log the "window" object to the console
@sonicparke
sonicparke / ngGrid.js
Created November 9, 2012 15:21 — forked from mathwizard/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">