Skip to content

Instantly share code, notes, and snippets.

View hootsieroll's full-sized avatar

Jay Hoots hootsieroll

View GitHub Profile
@hootsieroll
hootsieroll / blankCtrl
Created September 3, 2015 13:48
Angular stylized controlleras for webstorm
(function () {
angular.module('$app$')
.controller('$name$', $name$);
function $name$() {
var vm = this;
$end$
}