Skip to content

Commit

Permalink
Merge pull request #12707 from gildub/network_router-angular-controll…
Browse files Browse the repository at this point in the history
…er-fix

Network Router: Fix angular controller
  • Loading branch information
himdel authored Nov 21, 2016
2 parents 638f4d7 + e772640 commit a14264e
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ ManageIQ.angular.app.controller('networkRouterFormController', ['$http', '$scope
} else {
var url = '/network_router/update/' + networkRouterFormId + '?button=cancel';
}
miqService.miqAjaxButton(url, true);
miqService.miqAjaxButton(url);
};

$scope.saveClicked = function() {
Expand Down

0 comments on commit a14264e

Please sign in to comment.