AngularJs HelloWorld
Posted 南京小黄猫
tags:
篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了AngularJs HelloWorld相关的知识,希望对你有一定的参考价值。
place holder……
1 <!doctype html> 2 <html xmlns:ng="http://angularjs.org" ng-app ng-init="name=‘amy‘"> 3 4 <body> 5 <input type="text" ng-model="name" /> 6 <p>Hello World {{ name }}</p> 7 <script src="libs/angularjs/angular.1.7.3.min.js"></script> 8 </body> 9 10 </html>
以上是关于AngularJs HelloWorld的主要内容,如果未能解决你的问题,请参考以下文章
Angular JS - 2 - angularjs helloworld
从 AngularJS url 中删除片段标识符(# 符号)