app.controller('rightClickExplicationCtrl', [function () {
var vm = this;
vm.text = 'To use the right click, two options: leave the right click of the browser indicating no change in the mkaInit or activate to have a custom menu';
vm.title = 'RIGHT CLICK';
}]);