Within my HTML code, I included:
<div class="sli1"
data-values="10, 20, 30, 40,50, 60, 70"
I am trying to find a way to connect the data-values to a model that I can use again with Angular. I have looked into ng-bind but I am struggling to understand how I can achieve this.