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