An open API service indexing awesome lists of open source software.

https://github.com/think2011/angular.raty

angular封装的评分插件-raty
https://github.com/think2011/angular.raty

Last synced: 11 months ago
JSON representation

angular封装的评分插件-raty

Awesome Lists containing this project

README

          

angular.raty
============

raty 评分插件 for angularjs

## demo
![demo](https://raw.github.com/think2011/angular.raty/master/demo/1.gif)

## 版本
* @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)