首页 > 代码库 > angular2

angular2

<!DOCTYPE html>

<html ng-app>

<head>

<meta charset="utf-8">

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

<title></title>

</head>

<body>

Your name: <input type="text" ng-model="yourname" placeholder="World">

Hello {{yourname || ‘World‘}}!

    <script src="http://apps.bdimg.com/libs/angular.js/1.4.6/angular.min.js"></script>

</body>

</html>


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

angular2