Skip to content

onClick event on array "+ add" button #208

Open
@dlodeprojuicer

Description

@dlodeprojuicer

Is it possible to make onClick work on array buttons?

        {
          "key": "Questions",
          "add": "New Question",
          "onClick": "myFn()",
       }
$scope.myFn = function() {
   console.log('blah blah')
}

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions