Skip to content

Add params as to function Fix #6#8

Open
leocaseiro wants to merge 3 commits intomgonto:masterfrom
leocaseiro:patch-1
Open

Add params as to function Fix #6#8
leocaseiro wants to merge 3 commits intomgonto:masterfrom
leocaseiro:patch-1

Conversation

@leocaseiro
Copy link
Copy Markdown

Fix issue #6 adding params as array.

Needs to pass as array while the function must be the first parameter.

Usage:

<div w-mousetrap="{ a: [someFunc, scopeVariable, 'string variable'] }">
$scope.someFunc = function(event, params) {
    event.preventDefault();
    console.log("Super cool", params);
};

Fix issue mgonto#6 adding params as array.

Needs to pass as array while the function must be the first parameter.

Usage:

```html

<div w-mousetrap="{ a: [someFunc, scopeVariable, 'string variable'] }">
```

```javascript

$scope.someFunc = function(event, params) {
    event.preventDefault();
    console.log("Super cool", params);
};
```
@leocaseiro
Copy link
Copy Markdown
Author

????

@leocaseiro
Copy link
Copy Markdown
Author

ping

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant