===== Modal ===== A modal uses a component, and shows it over each other dapp, dynamic during runtime. How to show modals, have a look at the `EvanModalService `_. You can simply create your own fullscreen modal style, by add the following style to your modal component: :: @import 'ui-angular-sass/src/variables/colors'; modal-component { position: fixed; top: 0; bottom: 0; right: 0; left: 0; margin: auto; z-index: 9999; background-color: $background-color; } To show a modal like a normal popup use the following setup (`Reference Implementation `_): ::
------------ View Example ------------ .. image:: ../../images/angular-core/components/big-picture.png :width: 600