AngularJS Examples

自己尝试一下

您可以在线编辑示例,然后单击按钮查看结果。

AngularJS Examples

<div ng-app="">
<p>名字:<input type="text" ng-model="name"></p>
<p>您写了:{{ name }}</p>
</div>

亲自试一试

AngularJS 基础

基本 AngularJS 介绍

AngularJS Expressions

表达式介绍

AngularJS Modules

模块介绍

AngularJS Directives

Introduction to Directives

AngularJS Models

Introduction to Models

AngularJS Controllers

Introduction to Controllers

AngularJS Scope

Introduction to Scope

AngularJS Filters

Introduction to Filters

AngularJS XMLHttpRequest

Introduction to XMLHttpRequest