Is it possible to make `onClick` work on array buttons? ``` { "key": "Questions", "add": "New Question", "onClick": "myFn()", } ``` ``` $scope.myFn = function() { console.log('blah blah') } ```