fraserxu / fraserxu/ionic-rating

Wrong read-only binding mode.

Open
#29 2 comments 1 reaction 0 assignees View on GitHub
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.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.