Resolved! Automatically reload page after clicking button on portal
How to achive this?codes are below.HTML<button type="button" class="btn btn-default" ng-click="c.uiAction2('select')" ng-if="data.showButtonSel">${Select Quote}</button> Client side:c = this;c.uiAction2 = function(action) {c.data.action2 = action;c.s...