Module.Controller.js 110 Bytes
Newer Older
peema_phongam committed
1 2

angular.module('RECRUIT', [])
Thitichaipun Wutthisak committed
3
angular.module('APS_INTERVIEW', [
peema_phongam committed
4 5 6
   'RECRUIT',
   'myHR',
   'ngResource'
Thitichaipun Wutthisak committed
7
]);