Skip to content

Commit

Permalink
removex extraneous API
Browse files Browse the repository at this point in the history
  • Loading branch information
tzumainn committed May 19, 2017
1 parent d0b95ce commit cbc19a4
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
@@ -1,4 +1,4 @@
ManageIQ.angular.app.controller('floatingIpFormController', ['$http', '$scope', 'floatingIpFormId', 'miqService', 'API', function($http, $scope, floatingIpFormId, miqService, API) {
ManageIQ.angular.app.controller('floatingIpFormController', ['$http', '$scope', 'floatingIpFormId', 'miqService', function($http, $scope, floatingIpFormId, miqService) {
var vm = this;
vm.floatingIpModel = { name: '' };
vm.formId = floatingIpFormId;
Expand Down
@@ -1,4 +1,4 @@
ManageIQ.angular.app.controller('networkRouterFormController', ['$http', '$scope', 'networkRouterFormId', 'miqService', 'API', function($http, $scope, networkRouterFormId, miqService, API) {
ManageIQ.angular.app.controller('networkRouterFormController', ['$http', '$scope', 'networkRouterFormId', 'miqService', function($http, $scope, networkRouterFormId, miqService) {
$scope.networkRouterModel = {
name: '',
cloud_subnet_id: '',
Expand Down

0 comments on commit cbc19a4

Please sign in to comment.