We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5cdc125 commit 473024eCopy full SHA for 473024e
README.md
@@ -62,8 +62,6 @@ Add the below code in `app.ts` file.
62
//set the data to dataSource property
63
dataSource: themes,
64
select: function(e) {
65
- debugger
66
- console.log(e);
67
if (e && e.itemData.value) {
68
let ajax: Ajax = new Ajax('assets/styles/' + e.itemData.value + '.css', 'GET', true);
69
ajax.send().then((result: any) => {
0 commit comments