Skip to content

Instantly share code, notes, and snippets.

@Enome
Created August 20, 2012 15:14
Show Gist options
  • Save Enome/3405058 to your computer and use it in GitHub Desktop.
Save Enome/3405058 to your computer and use it in GitHub Desktop.
var app = angular.module('Jungles', []);
app.controller('ColumnCtrl', function ($scope) {
$scope.columns = [1,2,3];
});
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment