Module.Controller.js 65 Bytes
Newer Older
1 2 3 4
angular.module('APPLICANTFORM', [
   'myHR'
   ,'ngResource'
]);