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

feat(dialog): custom class option #4718 #4012 #4722

Merged
merged 4 commits into from
May 30, 2017

Commits on May 22, 2017

  1. feat(dialog): custom class option

    Extend dialog config options to allow custom dialog class. Custom class enables media queries.
    
    angular#4718 angular#4012
    jbojcic1 committed May 22, 2017
    Configuration menu
    Copy the full SHA
    5eec0ff View commit details
    Browse the repository at this point in the history

Commits on May 24, 2017

  1. refactor(dialog): custom class option.

    Changed custom class config option name. Remove unnecessary class removal on detach.
    
    angular#4718 angular#4012
    jbojcic1 committed May 24, 2017
    Configuration menu
    Copy the full SHA
    9832cad View commit details
    Browse the repository at this point in the history
  2. test(dialog): custom class option.

    Added missing unit test to check if overlay pane has custom panel class.
    
    angular#4718 angular#4012
    jbojcic1 committed May 24, 2017
    Configuration menu
    Copy the full SHA
    5944616 View commit details
    Browse the repository at this point in the history
  3. refactor(dialog): custom class option.

    Change wrong comment. Remove unnecessary beforeEach from test.
    
    angular#4718 angular#4012
    jbojcic1 committed May 24, 2017
    Configuration menu
    Copy the full SHA
    f456794 View commit details
    Browse the repository at this point in the history