Skip to content

Commit 6f61f65

Browse files
Cyrille Bourgoisantleblanc
authored andcommitted
fix(overthebox): add missing ng-ovh-contracts dependency
* add @ovh-ux/ng-ovh-contracts@^3.0.0-beta.3 as peer dependency
1 parent c6dc58a commit 6f61f65

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

packages/manager/modules/overthebox/package.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,7 @@
2727
"peerDependencies": {
2828
"@ovh-ux/manager-core": "^1.2.0",
2929
"@ovh-ux/manager-telecom-styles": "^2.0.1",
30+
"@ovh-ux/ng-ovh-contracts": "^3.0.0-beta.3",
3031
"@ovh-ux/ng-tail-logs": "^2.0.0-beta.0",
3132
"@ovh-ux/ng-uirouter-title": "^2.0.0-beta.3",
3233
"@ovh-ux/telecom-universe-components": "^1.5.1",
@@ -42,4 +43,4 @@
4243
"ovh-ui-kit": "^2.23.1",
4344
"ovh-ui-kit-bs": "^2.0.1"
4445
}
45-
}
46+
}

packages/manager/modules/overthebox/src/order/index.js

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,6 @@
11
import angular from 'angular';
2+
import '@ovh-ux/ng-ovh-contracts';
3+
24
import controller from './order-overTheBox.controller';
35
import template from './order-overTheBox.html';
46

@@ -8,6 +10,7 @@ const moduleName = 'ovhManagerOtbOrder';
810

911
angular
1012
.module(moduleName, [
13+
'ngOvhContracts',
1114
ovhManagerOtbWarning,
1215
])
1316
.config(($stateProvider) => {

0 commit comments

Comments
 (0)