ionic-rating icon indicating copy to clipboard operation
ionic-rating copied to clipboard

Wrong read-only binding mode.

Open slava-iv opened this issue 9 years ago • 2 comments
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: '@'
},

slava-iv avatar Mar 03 '16 21:03 slava-iv

Added a fork and a pull request https://github.com/fraserxu/ionic-rating/issues/29

yehiasalam avatar Oct 23 '16 05:10 yehiasalam

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.

linuxs avatar Apr 02 '17 13:04 linuxs