AngularJS的helloworld
<!DOCTYPE html> <html> <body> <div ng-app="" ng-init="firstName='John'"> <p>姓名为 <span ng-bind="firstName"></span></p> </div> <script src="angular-1.0.1.min.js"></script> </body> </html>angular-1.0.1.min.js的下载地址:http://download.csdn.net/detail/zl544434558/8015741
郑重声明:本站内容如果来自互联网及其他传播媒体,其版权均属原媒体及文章作者所有。转载目的在于传递更多信息及用于网络分享,并不代表本站赞同其观点和对其真实性负责,也不构成任何其他建议。