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