AngularJS 对象-ng-bind

Posted

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了AngularJS 对象-ng-bind相关的知识,希望对你有一定的参考价值。

<!DOCTYPE html>

<html>

<head>

<meta charset="utf-8">

<meta http-equiv="X-UA-Compatible" content="IE=edge">

<title></title>

<link rel="stylesheet" href="">

</head>

<body>

<div ng-app="" ng-init="person={firstName:‘xiao‘,lastName:‘ming‘}">

<p>姓:<span ng-bind="person.firstName"></span></p>

<p>名:<span ng-bind="person.lastName"></span></p>

</div>

</body>

<script src="http://cdn.static.runoob.com/libs/angular.js/1.4.6/angular.min.js"></script>

</html>


本文出自 “素颜” 博客,请务必保留此出处http://suyanzhu.blog.51cto.com/8050189/1895246

以上是关于AngularJS 对象-ng-bind的主要内容,如果未能解决你的问题,请参考以下文章

angularjs删除对象数组

AngularJS - 对象销毁后删除表格行

AngularJS服务及注入--Provider

AngularJS将递归JSON解析为对象数组

AngularJS - Watch 监听对象

AngularJS 控制器