'use strict'angular.module('JBREST').controller('JobboardViewsCount',function($scope,$mdDialog,MasterCtrl,$log,SwapLang){$scope.lang=getLang()$scope.HrSwlang=SwapLang$scope.listJobboardViewsCount=[]$scope.errorText={tha:'ไม่สามารถเชื่อมต่อกับ Jobboard Service !',eng:'Can\'t connect Jobboard Service !'}$scope.init=function(){MasterCtrl.TPageViewsController.getQuery().$promise.then(function($res){$scope.listJobboardViewsCount=$res},()=>{SwapLang.getAlert(244)})}$scope.init()})