Skip to content

Commit

Permalink
docs($ionicModal): fix usage example header title
Browse files Browse the repository at this point in the history
Closes #921
  • Loading branch information
ajoslin committed Mar 27, 2014
1 parent 0c6bb24 commit bf5c46c
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion js/ext/angular/src/service/ionicModal.js
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,9 @@ angular.module('ionic.service.modal', ['ionic.service.templateLoad', 'ionic.serv
* ```html
* <script id="my-modal.html" type="text/ng-template">
* <div class="modal">
* <ion-header-bar title="My Modal Title"></ion-header-bar>
* <ion-header-bar>
* <h1 class="title">My Modal title</h1>
* </ion-header-bar>
* <ion-content>
* Hello!
* </ion-content>
Expand Down

0 comments on commit bf5c46c

Please sign in to comment.