diff --git a/client/app.js b/client/app.js index fce85eff4..a024860fb 100644 --- a/client/app.js +++ b/client/app.js @@ -37,7 +37,6 @@ require('bootstrap-datepicker') require('bootstrap-select') require('bootstrap-switch') require('bootstrap-touchspin') -require('angular-svg-base-fix') require('@uirouter/angularjs') require('@uirouter/angularjs/release/stateEvents') require('patternfly/dist/js/patternfly.js') diff --git a/client/app/shared/shared.module.js b/client/app/shared/shared.module.js index 544c33efa..e42b2c20a 100644 --- a/client/app/shared/shared.module.js +++ b/client/app/shared/shared.module.js @@ -18,7 +18,6 @@ export const SharedModule = angular 'app.core', 'miqStaticAssets', 'ngFileSaver', - 'svgBaseFix', 'ui.bootstrap', 'patternfly', 'patternfly.charts', diff --git a/package.json b/package.json index bbb8764e8..8c754778f 100644 --- a/package.json +++ b/package.json @@ -57,7 +57,6 @@ "angular-resource": "1.6.7", "angular-sanitize": "1.6.7", "angular-smart-table": "2.1.9", - "angular-svg-base-fix": "2.0.0", "angular-ui-bootstrap": "2.5.6", "angular-ui-sortable": "0.17.2", "babel-core": "6.26.0",