ovh-angular-line-diagnostics v2.1.2

ovh-angular-line-diagnostic
Module to diagnose telecoms lines.
Dependencies
Note about URI.js bower dependency
In your main app bower.json file, you will need to override the uri.js main file. Simply add the following lines :
...
"overrides": {
"uri.js": {
"main": [
"src/URI.min.js",
"src/URITemplate.js"
]
}
}
...Because ovh-angular-line-diagnostic uses the expand method of URI.js that is not included into URI.js by default. If it doesn't work, try by adding the overrides section into your grunt-wiredep task.
Installation
Bower
bower install ovh-angular-line-diagnostics --saveNPM
npm install ovh-angular-line-diagnostics --saveConfiguration
Include
ovh-angular-line-diagnostics.min.jsin your app:<script src="bower_components/ovh-angular-line-diagnostics/dist/ovh-angular-line-diagnostics.min.js"></script>Add
ovh-angular-line-diagnosticsas a new module dependency in your angular app.var myapp = angular.module("myapp", ["ovh-angular-line-diagnostics"]);Add in you're HTML.
<line-diagnostics data-line-number="{{ lineNumber }}"
data-service-name="{{ serviceName }}"></line-diagnostics>Get the sources
git clone https://github.com/ovh-ux/ovh-angular-line-diagnostics.git
cd ovh-angular-line-diagnostics
npm install
bower installYou've developed a new cool feature ? Fixed an annoying bug ? We'd be happy to hear from you !
see CONTRIBUTING
Related links
- Contribute: https://github.com/ovh-ux/ovh-angular-line-diagnostic/blob/master/CONTRIBUTING.md
- Report bugs: https://github.com/ovh-ux/ovh-angular-line-diagnostic/issues
- Get latest version: https://github.com/ovh-ux/ovh-angular-line-diagnostic
License
See https://github.com/ovh-ux/ovh-angular-line-diagnostic/blob/master/LICENSE
