https://github.com/think2011/cascading-select-address
angularjs 实现的省市区地址级联选择器
https://github.com/think2011/cascading-select-address
Last synced: 8 months ago
JSON representation
angularjs 实现的省市区地址级联选择器
- Host: GitHub
- URL: https://github.com/think2011/cascading-select-address
- Owner: think2011
- Created: 2014-04-06T12:17:32.000Z (about 12 years ago)
- Default Branch: master
- Last Pushed: 2014-07-02T09:06:40.000Z (almost 12 years ago)
- Last Synced: 2024-04-13T16:27:42.965Z (about 2 years ago)
- Size: 1.35 MB
- Stars: 139
- Watchers: 16
- Forks: 64
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
select-address2.1.1
========================
angularjs 实现的省市区地址级联选择器
---
找了很久的jquery地址联动的插件都没有合适的,封装进angularjs也略麻烦,干脆自己用angularjs写了一份。
目前是2.1.2版本 (已支持多例)


说明:
```
#
# 地址选择器 2.1.2
# @param {scope} p 省份
# @param {scope} a 区域
# @param {scope} c 县级
# @param {scope} d 地址
# @example
#
#
```
demo: [点我去看](http://think2011.github.io/cascading-select-address/)
---
> ##### 技术: angularjs
> ##### 时间: 2014年4月
> ##### 源码: [cascading-select-address](https://github.com/think2011/cascading-select-address/tree/master)
> ##### 我的博客: [think2011](http://think2011.github.io)