fraserxu / fraserxu/ionic-rating
Wrong read-only binding mode.
Open
- Dominant language
- CoffeeScript
- Stars
- 141
- Forks
- 55
- PR merge metrics
- No merged PRs in 30d
Description
Read-only mode does't work, i think there is wrong binding mode.
``` javascript
scope: {
readonly: '=?'
},
```
Could you please replace to '@'. It's looks like:
``` javascript
scope: {
readonly: '@'
},
```
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.