NatChen

Once you have chosen the road of life, you have to be brave enough to go to the end and never look back.

摘要: 一.基本指令 1、ng-app=" " 指令初始化一个 AngularJS 应用程序,定义angularJS的使用范围; tips:一个页面里创建多个 ng-app 手动加载即可: 2、ng-init="变量=值;变量='值'" 初始化变量的值,有多个变量时,中间用分号隔开; 3、ng-model= 阅读全文
posted @ 2018-05-23 11:50 NatChen 阅读(249) 评论(0) 推荐(0)