How To Add Icons In Row Which Is Generated Dynamically In Ionic
I am trying to make simple demo in ionic .I have one footer having one icon ion-compose(bottom left icon).When i click on that icon it show a pop up screen I enter name in text fie
Solution 1:
you will have to be able to modify their framework to take a new key/value from the items object and pass it to the class that it gives the div.
res.class="icon-class";
$scope.items.push(res)
I modified your codepen to show you can pass the items object a class key/value http://codepen.io/anon/pen/XbJJzO
Post a Comment for "How To Add Icons In Row Which Is Generated Dynamically In Ionic"