Whenever a user clicks on the "forgot password" link located under the password button on my login page, a slider panel appears with instructions on how to recover a forgotten password. I am looking for a way to blur the background image when this slider panel is open.
<div class="signinBackground" ng-click="signIn.closeForgotSlider($event)">
<div class="col text-right col-top forgotEmailPassDiv">
<a ng-click="signIn.forgotPassword($event)">{{'FORGOTPASSWORD'| translate}}</a>
</div>
</div>
Does anyone know how to achieve this using Angular?