Blame view

app/scripts/controllers/about.js 190 Bytes
c87bc1f33   TRUONG   first commit: ini...
1
2
3
4
5
6
7
8
9
10
11
  define(['app'], function (app) {
  	'use strict';
  
  	app.controller('AboutCtrl', function ($scope) {
  		$scope.awesomeThings = [
  			'HTML5 Boilerplate',
  			'AngularJS',
  			'Karma'
  		];
  	});
  });