issues Search Results · repo:themeteorites/blaze-magic-events language:JavaScript
Filter by
7 results
(62 ms)7 results
inthemeteorites/blaze-magic-events (press backspace or delete to remove)This is how I set it up in /client/index.js
FlowRouter.wait();
import( /imports/client/main.js ).then(function () {
FlowRouter.initialize();
});
In /imports/client/main.js:
import ./test.html ...
WayneUong
- 4
- Opened on May 31, 2017
- #8
Will this support more event types like input, change, submit, hover etc..? Thanks
WayneUong
- 2
- Opened on Jul 29, 2016
- #6
+afFieldInput name= cardnumber onchange= {{validateCard}}
The above code is not converted to a event hook, but rather stays a boring:
input name= cardnumber onchange= {{validateCard}}
mordrax
- 2
- Opened on Aug 13, 2015
- #2
Loving this package!
Is it possible to pass arguments into the function?
// template
span.btn.btn-default(onclick= {{clearOrg org._id}} ) Change
// helper
clearOrg : function () {
// do ...
enhancement
mordrax
- 9
- Opened on Aug 11, 2015
- #1

Learn how you can use GitHub Issues to plan and track your work.
Save views for sprints, backlogs, teams, or releases. Rank, sort, and filter issues to suit the occasion. The possibilities are endless.Learn more about GitHub IssuesProTip!
Press the /
key to activate the search input again and adjust your query.
Learn how you can use GitHub Issues to plan and track your work.
Save views for sprints, backlogs, teams, or releases. Rank, sort, and filter issues to suit the occasion. The possibilities are endless.Learn more about GitHub IssuesProTip!
Restrict your search to the title by using the in:title qualifier.