mirror of
https://github.com/nextcloud/ocsms.git
synced 2026-08-22 13:53:00 +00:00
Little navigation fix
This commit is contained in:
+1
-1
@@ -110,7 +110,7 @@ app.controller('OcSmsController', ['$scope', '$interval', '$timeout', '$compile'
|
|||||||
$scope.selectedContact = contact;
|
$scope.selectedContact = contact;
|
||||||
}
|
}
|
||||||
$scope.messages = [];
|
$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) {
|
function(jsondata, status) {
|
||||||
var phoneNumberLabel = phoneNumber;
|
var phoneNumberLabel = phoneNumber;
|
||||||
$scope.selectedContact.nav = phoneNumber;
|
$scope.selectedContact.nav = phoneNumber;
|
||||||
|
|||||||
Reference in New Issue
Block a user