Skip to content
GitLab
Projects Groups Topics Snippets
  • /
  • Help
    • Help
    • Support
    • Community forum
    • Submit feedback
    • Contribute to GitLab
  • Sign in
  • Angular Template Angular Template
  • Project information
    • Project information
    • Activity
    • Labels
    • Members
  • Repository
    • Repository
    • Files
    • Commits
    • Branches
    • Tags
    • Contributor statistics
    • Graph
    • Compare revisions
  • Issues 1
    • Issues 1
    • List
    • Boards
    • Service Desk
    • Milestones
  • Merge requests 0
    • Merge requests 0
  • CI/CD
    • CI/CD
    • Pipelines
    • Jobs
    • Schedules
  • Deployments
    • Deployments
    • Environments
    • Releases
  • Monitor
    • Monitor
    • Incidents
  • Analytics
    • Analytics
    • Value stream
    • CI/CD
    • Repository
  • Wiki
    • Wiki
  • Activity
  • Graph
  • Create a new issue
  • Jobs
  • Commits
  • Issue Boards
Collapse sidebar
  • IzeniIzeni
  • Angular TemplateAngular Template
  • Wiki
  • modals

modals · Changes

Page history
Update modals authored Sep 08, 2017 by Jordan Price's avatar Jordan Price
Show whitespace changes
Inline Side-by-side
modals.md
View page @ efb9f0c7
...@@ -45,6 +45,8 @@ There are options that can be set to override default behavior. Below are the d ...@@ -45,6 +45,8 @@ There are options that can be set to override default behavior. Below are the d
closeDisabled: false, // The modal outlet has a close button by default, this can be disabled. closeDisabled: false, // The modal outlet has a close button by default, this can be disabled.
height: '', // The height of the modal. Any CSS unit can be used here. height: '', // The height of the modal. Any CSS unit can be used here.
width: '', // The width of the modal. Any CSS unit can be used here. width: '', // The width of the modal. Any CSS unit can be used here.
animation: 'scaleIn .6s', // Any keyframe animation
// scaleIn, slideInTop, slideInBottom, slideInRight, and slideInLeft are provided
position: null, // See position for how to configure this. position: null, // See position for how to configure this.
data: null, // Data accessible to this modal. data: null, // Data accessible to this modal.
}; };
......
Clone repository
  • angular
  • cookbook forms
  • cookbook routing
  • data store
  • gotchas
  • Home
  • modals
  • sass with bem
  • toolbox
  • typescript
  • webpack