mirror of
https://github.com/nextcloud/ocsms.git
synced 2026-08-12 17:03:12 +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.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;
|
||||
|
||||
Reference in New Issue
Block a user