File tree Expand file tree Collapse file tree 3 files changed +6
-2
lines changed
Expand file tree Collapse file tree 3 files changed +6
-2
lines changed Original file line number Diff line number Diff line change 2929 "jquery" : " ^2.1.3" ,
3030 "lodash" : " ^3.10.1" ,
3131 "oclazyload" : " ^1.1.0" ,
32- "ovh-api-services" : " ^4.2 .0" ,
32+ "ovh-api-services" : " ^6.8 .0" ,
3333 "ovh-manager-webfont" : " ^1.1.0" ,
3434 "ovh-ui-angular" : " ^2.24.2" ,
3535 "ovh-ui-kit" : " ~2.25.0"
Original file line number Diff line number Diff line change 4848 "angular-ui-bootstrap" : " ~1.3.3" ,
4949 "font-awesome" : " 4.7.0" ,
5050 "oclazyload" : " ^1.1.0" ,
51+ "ovh-api-services" : " ^6.8.0" ,
5152 "ovh-manager-webfont" : " ^1.1.0" ,
5253 "ovh-ui-kit" : " ~2.24.0" ,
5354 "ovh-ui-kit-bs" : " ^2.1.1"
5455 }
55- }
56+ }
Original file line number Diff line number Diff line change 11import angular from 'angular' ;
22import '@ovh-ux/ng-ovh-contracts' ;
33
4+ import 'ovh-api-services' ;
5+
46import controller from './vrack.controller' ;
57import template from './vrack.html' ;
68import vrackService from './vrack.service' ;
@@ -21,6 +23,7 @@ const moduleName = 'OvhManagerVrackComponent';
2123
2224angular
2325 . module ( moduleName , [
26+ 'ovh-api-services' ,
2427 'ui.router' ,
2528 'ngOvhContracts' ,
2629 ] )
You can’t perform that action at this time.
0 commit comments