<script type="text/ng-template" id="singleNote.html">
<div ng-controller="SingleNoteCtrl">
<ion-view view-title="{{singleNote.title}}">
<ion-content class="note-content">
<div class="row">
<div class="col">
<p class="text-center">{{singleNote.body}}</p>
</div>
</div>
</ion-content>
</ion-view>
</div>
</script>
No comments:
Post a Comment