FS-8117 - [verto_communicator] Calling verto.iceServers upon useSTUN changing on ModalSettings. #resolve

This commit is contained in:
Italo Rossi 2015-09-03 16:22:06 -03:00
parent 00c75780d1
commit 903c66282c

View File

@ -14,6 +14,7 @@
$scope.ok = function() {
storage.changeData($scope.mydata);
verto.data.instance.iceServers(storage.data.useSTUN);
$modalInstance.close('Ok.');
};
@ -27,4 +28,4 @@
}
]);
})();
})();