IBM-Cloud / gp-angular-client

Angular client for Globalization Pipeline on IBM Bluemix
https://www.ng.bluemix.net/docs/services/GlobalizationPipeline/index.html
Apache License 2.0
1 stars 8 forks source link

Documentation: README.md does not mention which angular module name to load. #27

Open rophy opened 7 years ago

rophy commented 7 years ago

To use gp-angular-client, an angular app will need to load module gp:

angular.module('my_module', ['gp'])

This is currently not documented in README.md