码迷,mamicode.com
首页 > Web开发 > 详细

angularjs 基本功能

时间:2016-04-27 12:25:15      阅读:149      评论:0      收藏:0      [点我收藏+]

标签:

 

//输出

 {{id }}

//格式化时间

{{time | date:‘yyyy.MM.dd‘}}

//for 循环

<li ng-repeat="menu in menus">

// 绑定对象

<input type=”text” ng-model=’password’>

//绑定点击时间

<button ng-click=”btnClick()”/>

//switch 判断

<span ng-switch on=”person.sex”>
<span ng-switch-when=”1〃>you are a boy</span>
<span ng-switch-when=”2〃>you are a girl</span>

//if 判断 

<span ng-if=”person.sex==1〃>you may be a father</span>

 

angularjs 基本功能

标签:

原文地址:http://www.cnblogs.com/SunLiu/p/5438282.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!