angular
CloudCraft
这个作者很懒,什么都没留下…
展开
-
angularJS开发指南(angularJS developer guide) 之一
angularJS的简介,去官方文档看吧 感谢谷歌翻译等等,以及自己粗俗的英文 一个简单的AngularJS实例 下面是一个包含了一个表单的典型CRUD应用。表单值先经过验证,然后用来计算总值,这个总 值会被格式化成本地的样式。下面有一些开发者常见的概念,你需要先了解一下: 将数据模型(data-model)关联到视图(UI)上; 写、读、验证用户的输入; 根据模型计算新的值翻译 2013-04-25 21:32:56 · 4187 阅读 · 0 评论 -
angularJS开发指南(angularJS developer guide) 之三 核心编程
This document gives a quick overview of the main angular components and how they work together. These are: startup - bring up hello worldruntime - overview of angular runtimescope - the glue betwee翻译 2013-04-25 23:09:04 · 6908 阅读 · 0 评论