Module.Controller.js 141 Bytes
Newer Older
Thitichaipun Wutthisak committed
1 2 3 4 5 6 7 8
angular.module('Training', [
      'myHR',
      'ngMaterial',
      'ngAnimate',
      'ngAria',
      'ngMessages',
      'ngResource'
]);