NerdCtrl.js 180 Bytes
// public/js/controllers/NerdCtrl.js
angular.module('NerdCtrl', []).controller('NerdController', function ($scope) {

    $scope.tagline = 'Nothing beats a pocket protector!';

});