Advertisement
Guest User

Untitled

a guest
Nov 30th, 2015
242
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
HTML 0.43 KB | None | 0 0
  1. <ion-modal-view class="modal">
  2.     <ion-content class="no-header" overflow-scroll="true" on-close="closeModal()">
  3.       <div html="{{$root.snippet}}"></div>
  4.     </ion-content>
  5.     <ion-footer-bar class="custom-modal-footer confirmation-footer">
  6.         <button class="button button-full button-stable button-modal" ng-click="closeModal()">
  7.             <strong>CLOSE</strong>
  8.         </button>
  9.     </ion-footer-bar>
  10. </ion-modal-view>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement