bunch of functionlity
This commit is contained in:
5
web/client/views/configPage/configPage.js
Normal file
5
web/client/views/configPage/configPage.js
Normal file
@@ -0,0 +1,5 @@
|
||||
Template.configPage.events({
|
||||
"click .save-config-details-btn": function(event, template) {
|
||||
console.log('should save config!!!');
|
||||
}
|
||||
})
|
||||
Reference in New Issue
Block a user