Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

(#101) Avoid flicker of login/logout/denied buttons #103

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Commits on Oct 17, 2015

  1. (angularjs-oauth#101) Avoid flicker of login/logout/denied buttons

    Currently, the 3 login, logout and denied buttons are shown before that 2 of them are hidden, which causes an unpleasant flicker. This happens because the AngularJS code takes time to kick-in.
    Adding the "ng-hide" class to them hide them by default. This way, only the correct button will appear, after a short moment.
    Yann Corno committed Oct 17, 2015
    Configuration menu
    Copy the full SHA
    9299704 View commit details
    Browse the repository at this point in the history