NerdCtrl.js 180 Bytes Edit Raw Blame History 1 2 3 4 5 6 // public/js/controllers/NerdCtrl.js angular.module('NerdCtrl', []).controller('NerdController', function ($scope) { $scope.tagline = 'Nothing beats a pocket protector!'; });