repeater - anonymous action - fillForm
I have a repeater with anonymous action to open a modal inside a resource as:
and I want to get the data of the repeater item
tried Get $get, $state, $data, $record
but I am always getting only the first item in the Repeater when trying to access the record
not sure what to inject there in
BTW the same code works just fine when not inside a repeater!
any idea?
and I want to get the data of the repeater item
tried Get $get, $state, $data, $record
but I am always getting only the first item in the Repeater when trying to access the record
not sure what to inject there in
fillForm BTW the same code works just fine when not inside a repeater!
any idea?