6.0.3 (2020-01-08)
6.0.2 (2019-11-05)
6.0.1 (2019-04-23)
6.0.0 (2019-04-23)
- remove form action when submit search (039eddb)
- rename component and direct use of constants (cb45577)
-
component is now named as
ovhMondialRelay
Before:<div data-mondial-relay data-ng-model="$ctrl.selectedRelay"> </div>
After:
<ovh-mondial-relay data-ng-model="$ctrl.selectedRelay"></ovh-mondial-relay>
5.0.0 (2019-02-19)
- module is now named
ngOvhMondialRelay
- Upgrade ovh-api-services to v3.0.0.
- Remove OvhApiServices dependency.
- Remove common-style classes and jshint.
- Update ovh-api-services name into directive controller.