diff --git a/public/docs/ts/latest/guide/index.jade b/public/docs/ts/latest/guide/index.jade index 524a203f28..62a6c19123 100644 --- a/public/docs/ts/latest/guide/index.jade +++ b/public/docs/ts/latest/guide/index.jade @@ -135,8 +135,12 @@ table(width="100%") Alternatively, you can run the example locally, next to those `live-example` links you have a download link. Just download, unzip, run `npm install` to install the dependencies and run it with `npm start`. + + 不过,你也可以在本地运行这个例子,你可以点击下载链接来下载。 + 只要下载、unzip、运行`npm install`安装依赖,然后运行`npm start`就可以了。 ## Reference pages + ## 参考资料 * The [Cheat Sheet](cheatsheet.html) lists Angular syntax for common scenarios.