Fixed delete function on port mapping page

This commit is contained in:
Martin Schröder 2015-05-21 13:39:00 +02:00 committed by Martin Schröder
parent bb7d68a676
commit 8467433c82

View file

@ -41,6 +41,7 @@ $juci.app
$scope.onDeleteRule = function(rule){
rule.$delete().done(function(){
$uci.save();
$scope.$apply();
});
};