angularjs 入门教程

helloword!

http://www.ituring.com.cn/article/13471

<!doctype html>
<html ng-app>
    <head>
        <script src="angular-1.2.2/angular.min.js"></script>
    </head>
    <body>
        Hello {{'World'}}!
    </body>
</html>
原文地址:https://www.cnblogs.com/qinyan20/p/3791412.html