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