Blame view

app/scripts/controllers/about.js 134 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) {
e872619e5   Dang YoungWorld   delete comment
4
  		console.log('about page')
c87bc1f33   TRUONG   first commit: ini...
5
6
  	});
  });