(function () { 'use strict'; angular .module('hiringappApp') .controller('RequestFeatureController', RequestFeatureController); RequestFeatureController.$inject = ['$scope']; function RequestFeatureController($scope) { var vm = this; init(); function init(){ upvoty.init('render', { 'ssoToken': null, 'baseUrl': 'wisestep.upvoty.com', }); } } })();