https://github.com/think2011/angular.raty
angular封装的评分插件-raty
https://github.com/think2011/angular.raty
Last synced: 11 months ago
JSON representation
angular封装的评分插件-raty
- Host: GitHub
- URL: https://github.com/think2011/angular.raty
- Owner: think2011
- Created: 2014-10-15T07:25:35.000Z (over 11 years ago)
- Default Branch: master
- Last Pushed: 2014-10-15T10:14:20.000Z (over 11 years ago)
- Last Synced: 2025-06-30T19:52:59.004Z (12 months ago)
- Language: CoffeeScript
- Size: 184 KB
- Stars: 2
- Watchers: 2
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
angular.raty
============
raty 评分插件 for angularjs
## demo

## 版本
* @version 0.0.2
1. [新增] readonly 参数
* @version 0.0.1
1. 初始化
## 来源
[jQuery Raty](https://github.com/wbotelhos/raty)
## 使用
```
js:
angular.module('app'), ['raty'];
html:
```
## 参数
```
ng-model {Scope} scope
readonly {Boolean} [false] 是否允许编辑
```
> ##### 时间: 2014年10月
> ##### 源码: [github](https://github.com/think2011/angular.raty)