|
11 | 11 | <img id="{{'numericRatingOptions' + option.numericValue}}" |
12 | 12 | ng-repeat="option in numericRatingOptions" |
13 | 13 | on-hold="trackAllWithConfirmation(trackingReminderNotification, option.numericValue, $event)" |
14 | | - ng-click="track(trackingReminderNotification, option.numericValue, $event, trackAll)" |
| 14 | + ng-click="track(trackingReminderNotification, option.numericValue, $event)" |
15 | 15 | title="{{option.numericValue}}/5" |
16 | 16 | ng-src="{{option.img}}"> |
17 | 17 | </div> |
|
23 | 23 | <img id="{{'positiveRatingOptions' + option.numericValue}}" |
24 | 24 | ng-repeat="option in positiveRatingOptions" |
25 | 25 | on-hold="trackAllWithConfirmation(trackingReminderNotification, option.numericValue, $event)" |
26 | | - ng-click="track(trackingReminderNotification, option.numericValue, $event, trackAll)" |
| 26 | + ng-click="track(trackingReminderNotification, option.numericValue, $event)" |
27 | 27 | title="{{option.numericValue}}/5" |
28 | 28 | ng-src="{{option.img}}"> |
29 | 29 | </div> |
|
35 | 35 | <img id="{{'negativeRatingOptions' + option.numericValue}}" |
36 | 36 | ng-repeat="option in negativeRatingOptions" |
37 | 37 | on-hold="trackAllWithConfirmation(trackingReminderNotification, option.numericValue, $event)" |
38 | | - ng-click="track(trackingReminderNotification, option.numericValue, $event, trackAll)" |
| 38 | + ng-click="track(trackingReminderNotification, option.numericValue, $event)" |
39 | 39 | title="{{option.numericValue}}/5" |
40 | 40 | ng-src="{{option.img}}"> |
41 | 41 | </div> |
|
48 | 48 | <button class="button button-assertive" |
49 | 49 | style="text-overflow: clip; font-size: 14px;" |
50 | 50 | on-hold="trackAllWithConfirmation(trackingReminderNotification, 0, $event)" |
51 | | - ng-click="track(trackingReminderNotification, 0, $event, trackAll)"> |
| 51 | + ng-click="track(trackingReminderNotification, 0, $event)"> |
52 | 52 | <i class="ion-android-done"> NO  </i> |
53 | 53 | </button> |
54 | 54 | <button class="button button-balanced" |
55 | 55 | style="text-overflow: clip; font-size: 14px;" |
56 | 56 | on-hold="trackAllWithConfirmation(trackingReminderNotification, 1, $event)" |
57 | | - ng-click="track(trackingReminderNotification, 1, $event, trackAll)"> |
| 57 | + ng-click="track(trackingReminderNotification, 1, $event)"> |
58 | 58 | <i class="ion-android-done"> YES  </i> |
59 | 59 | </button> |
60 | 60 | </div> |
|
0 commit comments