Built motion from commit f861bcb808219e66da88ba48b61bddb35224a65e. Version 3.0.0...
[motion-next.git] / public / templates / main / apps / motiondialer / views / ivrCampaigns / edit / view.html / view.html
index eed2848..25559c1 100644 (file)
                       <td
                         ng-click="vm_dc.createOrEditIvrCampaignHopper($event, hopper)"
                         md-cell
+                        privacy
+                        ng-cloak
                       >
                         {{hopper.phone}}
                       </td>
                     >
                       <td md-cell>{{hopperHistory.uniqueid}}</td>
                       <td md-cell>{{hopperHistory.ContactId}}</td>
-                      <td md-cell>{{hopperHistory.calleridnum}}</td>
-                      <td md-cell>{{hopperHistory.calleridname}}</td>
+                      <td md-cell privacy ng-cloak>
+                        {{hopperHistory.calleridnum}}
+                      </td>
+                      <td md-cell privacy ng-cloak>
+                        {{hopperHistory.calleridname}}
+                      </td>
                       <td md-cell>{{hopperHistory.statedesc}}</td>
                       <td md-cell>
                         {{ hopperHistory.scheduledat | formatdate }}
                         aria-label="More"
                         translate
                         translate-attr-aria-label="APP.MORE"
-                        ng-click="vm_dc.countContactsIvrCampaignHopperFinal(vm_dc.query.id); $mdOpenMenu($event);"
+                        ng-click="vm_dc.countContactsIvrCampaignHopperFinal(vm_dc.query.id); $mdMenu.open($event);"
                       >
                         <md-icon md-font-icon="icon-backup-restore"></md-icon>
                         <md-tooltip
                     >
                       <td md-cell>{{hopperFinal.uniqueid}}</td>
                       <td md-cell>{{hopperFinal.ContactId}}</td>
-                      <td md-cell>{{hopperFinal.calleridnum}}</td>
-                      <td md-cell>{{hopperFinal.calleridname}}</td>
+                      <td md-cell privacy ng-cloak>
+                        {{hopperFinal.calleridnum}}
+                      </td>
+                      <td md-cell privacy ng-cloak>
+                        {{hopperFinal.calleridname}}
+                      </td>
                       <td md-cell>{{hopperFinal.statedesc}}</td>
                       <td md-cell>{{hopperFinal.countcongestionretry}}</td>
                       <td md-cell>{{hopperFinal.countbusyretry}}</td>
                       ng-repeat="hopperBlack in vm_dc.ivrCampaignHopperBlacks.rows"
                     >
                       <td md-cell>{{hopperBlack.ContactId}}</td>
-                      <td md-cell>{{hopperBlack.phone}}</td>
+                      <td md-cell privacy ng-cloak>{{hopperBlack.phone}}</td>
                       <td md-cell class="actions"></td>
                     </tr>
                     <tr