OSDN Git Service

Merge branch 'master' of git.osdn.net:/gitroot/eos/zephyr
[eos/zephyr.git] / front-end / app / scripts / controllers / History.ts
1 namespace app.controllers {
2     export class History { 
3
4         public page = "History";
5
6         public static $inject = ['$scope'];
7
8         constructor($scope) {
9
10         } 
11     }
12 }