修改一些BUG

This commit is contained in:
Zhicheng Wang 2016-05-25 07:38:36 +08:00
parent 3195d8c7f1
commit 4699047cdd
3 changed files with 5 additions and 2 deletions

View File

@ -14,13 +14,13 @@ include ../../../_includes/_util-fns
- var _liveLink = 'sample repo';
mixin liveExampleLink(linkText, exampleUrlPartName)
- var text = linkText || 'live example';
- var text = linkText || '在线例子';
- var ex = exampleUrlPartName || getExampleName();
- var href = 'http://angular-examples.github.io/' + ex;
a(href='#{href}' target="_blank")= text
mixin liveExampleLink2(linkText, exampleUrlPartName)
- var srcText = attributes.srcText || 'view source';
- var srcText = attributes.srcText || '查看源码';
- var ex = exampleUrlPartName || attributes.example || getExampleName();
- var href = 'http://github.com/angular-examples/' + ex;
span #[+liveExampleLink(linkText, ex)] (#[a(href='#{href}' target="_blank") #{srcText}])

View File

@ -20,6 +20,7 @@ block includes
* [使用数据绑定把值传到指令中](#bindings)
p Try the #[+liveExampleLink2()].
p 试用#[+liveExampleLink2("在线例子")]。
:marked
## Directives overview

View File

@ -9,6 +9,8 @@
对于英文词汇我们尽量采用业内成熟的译法以利于口头交流。对少部分在Angular之外比较罕见的专有名词我们会在译文中写成中英双语。
不过这部分还没有经过系统的梳理如果你发现哪里有问题请给我们提issue或Pull Request。
同时要注意我们只翻译“TypeScript”版的文档其它语言的版本大同小异可以在看懂TS版之后再对照看JS和Dart的英文版。不过我们还是建议你试用一下TypeScript。
本文档目前只完成了部分章节的初译,尚未完成审校和统稿,因此语言风格和表达等可能还有问题,欢迎到我们的<a href="https://github.com/angular-live/angular.io" target="_blank">github</a>上提出issue或Pull Request。
本文档的任何更新都会实时发布于我们的 [首发网站](http://www.angular.live) 。如果你要进行转载请自行同步不过小心别DDoS了我们或者在想要同步到最新版时 [联系我们](mailto:traveller@163.com) 。