Create Modals with Ionic

Lukas Ruebbelke
InstructorLukas Ruebbelke

Share this video with your friends

Send Tweet

In this lesson, we learn how to build modals in Ionic. We use the ion-modal-view directive to wrap our “create” and “edit” forms with modal goodness, as well as use the ion-header-bar directive to put a nice bar at the top of our forms. Finally, we use the $ionicModal service to give life to our modals by integrating them with our controllers.