about.js 135 Bytes
define(['app'], function (app) {
	'use strict';
	app.controller('AboutCtrl', function ($scope) {
		console.log('page about');
	});
});