MainCtrl.js 168 Bytes
// public/js/controllers/MainCtrl.js
angular.module('MainCtrl', []).controller('MainController', function ($scope) {

    $scope.tagline = 'To the moon and back!';

});