编辑下面的代码:【加编码】
<html ng-app=""> <head> <link rel="stylesheet" href="https://libs.baidu.com/bootstrap/3.2.0/css/bootstrap.min.css"> </head> <body ng-controller="userController"> <div class="container"> <div ng-include="'myUsers_List.htm'"></div> <div ng-include="'myUsers_Form.htm'"></div> </div> <script src="https://libs.baidu.com/angular.js/1.2.15/angular.min.js"></script> <script src="/demo/myUsers.js"></script> </body> </html>
结果: 【此窗口】 帮助?
Try it Yourself - © 自强学堂