Blame view
app/scripts/controllers/about.js
134 Bytes
|
c87bc1f33
|
1 2 |
define(['app'], function (app) {
'use strict';
|
|
c87bc1f33
|
3 |
app.controller('AboutCtrl', function ($scope) {
|
|
e872619e5
|
4 |
console.log('about page')
|
|
c87bc1f33
|
5 6 |
}); }); |