Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
(html) Fix email notification field for calendar
Fixes #3522
  • Loading branch information
cgx committed Feb 16, 2016
1 parent e51f862 commit 2edacc9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion UI/Templates/SchedulerUI/UIxCalendarProperties.wox
Expand Up @@ -82,7 +82,7 @@
<md-input-container flex-offset="5" md-no-float="md-no-float">
<input type="text"
label:placeholder="Email Address"
ng-value="properties.calendar.notifications.notifiedUserOnPersonalModifications"
ng-model="properties.calendar.notifications.notifiedUserOnPersonalModifications"
ng-disabled="!properties.calendar.notifications.notifyUserOnPersonalModifications"/>
</md-input-container>
</div>
Expand Down

0 comments on commit 2edacc9

Please sign in to comment.