
AngularJS
KindredPP
有时候你必须跳出窗外,在坠落的过程中长出翅膀。
展开
-
关于AngularJS
开了博客很久,但是没写过啥东西,那就先从翻译做起吧。最近接触了AngularJS发现它是一个很好的框架,在研究之余希望也把一起翻译工作做好,造福广大程序员们。后续会陆续翻译一些AngularJS1.3.6的Developer Guide和Tutorial。作者英文水平有限,希望大家多多提出改进建议。一些关于AngularJS的相关资料和书籍:百度词条:h原创 2014-12-15 09:04:00 · 491 阅读 · 0 评论 -
01_Introduction介绍
What Is Angular?什么是Angular?AngularJS is a structural framework fordynamic web apps. It lets you use HTML as your template language and lets youextend HTML's syntax to express your application's co翻译 2014-12-24 16:09:18 · 562 阅读 · 0 评论 -
03_Data Binding数据绑定
Data-binding in Angular apps is the automatic synchronization of data between the model and view components. The way that Angular implements data-binding lets you treat the model as the single-source-翻译 2014-12-25 14:14:30 · 403 阅读 · 0 评论 -
02_Conceptual Overview概念概述
ConceptualOverview概念概述Thissection briefly touches on all ofthe important parts of AngularJS using a simple example. For a more in-depthexplanation, see thetutorial.本节使用一个简单的例子,简要介绍了AngularJS的所有重翻译 2014-12-24 16:32:31 · 609 阅读 · 0 评论