摘要: 简单的 orderby filter 阅读全文
posted @ 2017-04-21 20:38 阿奇blog 阅读(145) 评论(0) 推荐(0)
摘要: angularJs模板 <!DOCTYPE html> <html> <head lang="en"> <meta charset="UTF-8"> <title></title> <script src="../../angular.js"></script> </head> <body ng-a 阅读全文
posted @ 2017-04-21 20:21 阿奇blog 阅读(137) 评论(0) 推荐(0)
摘要: 多选 单选 下拉框$scope.citys=$scope.data[0].city; 解决第一个选项为空白 阅读全文
posted @ 2017-04-21 20:20 阿奇blog 阅读(3113) 评论(0) 推荐(0)
摘要: 多选 单选 下拉框$scope.citys=$scope.data[0].city; 解决第一个选项为空白 阅读全文
posted @ 2017-04-21 20:17 阿奇blog 阅读(130) 评论(0) 推荐(0)
摘要: 常见的指令 (k,v) in data track by $index 可分别输出key,valuestr的值会是选中option中标签里面的内容 ng-class ng-style ng-selected ng-switch ng-cheched='str'这里的str不会将数据返回$scope只 阅读全文
posted @ 2017-04-21 20:08 阿奇blog 阅读(139) 评论(0) 推荐(0)