I need to pass button id in Ionic Framework.
Here is what I have tried.
In js code:
angular.module(\'todo\', [\'ionic\']) .contr
This works if no repeaters are there , if repeaters are the data attribute should have different names and secondly event.CurrentTarget.Id will make it work.