example-neobiz-ionic
v1.0.2
Published
This is example usage neobiz with ionic
Downloads
1
Readme
this is an example usage neobiz.js with ionic
define props:
name, view, script[optional] if need to run script
define(
"page-home",
{
ionHeader: {
ionToolbar: {
ionTitle: { text: "dashboard" },
},
},
},
() => {
console.log("loaded");
}
);