
Angularjs
文章平均质量分 78
healer1
这个作者很懒,什么都没留下…
展开
-
Angularjs
.na { margin: 0 auto; text-align: center; width: 400px; height: 50px; line-height: 50px; background: lightsteelblue; } var app = angular.module("myapp", []); app原创 2017-09-17 20:26:26 · 196 阅读 · 0 评论 -
angularjs表格的增删改查
综合练习 .addUser{ width: 100px;height: 40px;font-size: 18px;background-color: #11C1F3; } var app = angular.module("myApp",["ngRoute"]); //使用config配置路由规则 app.config(["$ro原创 2017-09-20 16:42:55 · 1624 阅读 · 1 评论