'use strict'; /** * @ngdoc function * @name monarchLivingApp.controller:AboutCtrl * @description * # AboutCtrl * Controller of the monarchLivingApp */ angular.module('monarchLiving') .controller('AboutCtrl', function () { this.awesomeThings = [ 'HTML5 Boilerplate', 'AngularJS', 'Karma' ]; });