Blame view

app/scripts/controllers/about.js 135 Bytes
c87bc1f33   TRUONG   first commit: ini...
1
2
  define(['app'], function (app) {
  	'use strict';
c87bc1f33   TRUONG   first commit: ini...
3
  	app.controller('AboutCtrl', function ($scope) {
3ca9f7356   Dang YoungWorld   Add t-shirt
4
  		console.log('page about');
c87bc1f33   TRUONG   first commit: ini...
5
6
  	});
  });