From c9b3ac8f252c7eb3e5693a41fba87b595983e730 Mon Sep 17 00:00:00 2001 From: "Howard.Zuo" Date: Sat, 28 Jan 2017 20:04:15 +0800 Subject: [PATCH] update docs --- docs/api.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/api.md b/docs/api.md index 6e4a3db..36ab489 100644 --- a/docs/api.md +++ b/docs/api.md @@ -104,7 +104,7 @@ Open `js/fw/ext/main.js`, `import` it, and append the module name to `export` ar ## Why Dependency Injection looks so weird in this skeleton ## -This is because [ng-annotate](https://github.com/olov/ng-annotate) is chosen for for providing quick DI. +This is because [babel-plugin-angularjs-annotate](https://github.com/schmod/babel-plugin-angularjs-annotate) is chosen for for providing quick DI. ## How to add new route ##