update sample for JS closure angular

This commit is contained in:
wing328
2016-04-16 18:11:40 +08:00
parent 7d0c963469
commit 1d5a0e5b33
4 changed files with 512 additions and 581 deletions

View File

@@ -79,7 +79,7 @@ public class JavascriptClosureAngularClientCodegen extends DefaultCodegen implem
@Override
public String getHelp() {
return "Generates a Javascript AngularJS client library annotated with Google Closure Compiler annotations" +
return "Generates a Javascript AngularJS client library (beta) annotated with Google Closure Compiler annotations" +
"(https://developers.google.com/closure/compiler/docs/js-for-compiler?hl=en)";
}