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