mirror of
https://github.com/nerzhul/ocsms.git
synced 2025-06-10 09:26:15 +00:00
Little navigation fix
This commit is contained in:
parent
bcc062ecb8
commit
6d1c3bcb32
@ -110,7 +110,7 @@ app.controller('OcSmsController', ['$scope', '$interval', '$timeout', '$compile'
|
||||
$scope.selectedContact = contact;
|
||||
}
|
||||
$scope.messages = [];
|
||||
$.getJSON(OC.generateUrl('/apps/ocsms/get/conversation'), {'phoneNumber': phoneNumber},
|
||||
$.getJSON(OC.generateUrl('/apps/ocsms/get/conversation'), {'phoneNumber': $scope.selectedContact.nav},
|
||||
function(jsondata, status) {
|
||||
var phoneNumberLabel = phoneNumber;
|
||||
$scope.selectedContact.nav = phoneNumber;
|
||||
|
Loading…
x
Reference in New Issue
Block a user