http://127.0.0.1:9000/#!/1 http://127.0.0.1:9000/#!/2
define(['app'], function (app) { 'use strict'; app.controller('AboutCtrl', function ($scope) { console.log('page about'); }); });