ionic-rating
ionic-rating copied to clipboard
Wrong read-only binding mode.
trafficstars
Read-only mode does't work, i think there is wrong binding mode.
scope: {
readonly: '=?'
},
Could you please replace to '@'. It's looks like:
scope: {
readonly: '@'
},
Added a fork and a pull request https://github.com/fraserxu/ionic-rating/issues/29
Thank you so much for this. This fixed 2 issues I was having, one was you could only increment ratings by one star at a time and the other was the read-only problem.