PreviewQuestion.Controller.js 165 Bytes
Newer Older
Thitichaipun Wutthisak committed
1 2 3 4 5
'use strict'

angular.module('myHR').controller('PreviewQuestion', ['$scope', '$http', 'SwapLang', function($scope, $http, SwapLang){
  $scope.swlang = SwapLang
}])