(js) Create new appointment from Calendar module

This commit is contained in:
Francis Lachapelle
2015-06-12 11:59:02 -04:00
parent 520103cffe
commit 2888034ea6
3 changed files with 46 additions and 4 deletions
+1 -1
View File
@@ -319,7 +319,7 @@
</md-content>
<md-button class="iconButton md-fab md-fab-bottom-right md-accent hide-sm"
label:aria-label="New Appointment"
ng-click="newComponent()">
ng-click="list.newComponent()">
<i class="md-icon-add"><!--icon--></i>
</md-button>
</div>