about.js 189 Bytes
define(['app'], function (app) {
	'use strict';
	app.controller('AboutCtrl', function ($scope) {
		$scope.awesomeThings = [
			'HTML5 Boilerplate',
			'AngularJS',
			'Karma'
		];
	});
});