<div class="list">
<li class="item" ng-click="city()" ng-repeat="seg in segmento">{{seg}}</li>
</div>
I have this code in my ionic framework I would like to get the value of the li I already tried with name, ng-model does anyone have any suggestions?