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