Skip to content

Commit

Permalink
Merge pull request #636 from lumapps/feat/new-demo-site
Browse files Browse the repository at this point in the history
Feat/new demo site
  • Loading branch information
matmkian authored Sep 4, 2019
2 parents f45959e + a67478c commit 931cb75
Show file tree
Hide file tree
Showing 248 changed files with 3,133 additions and 8,897 deletions.
4 changes: 4 additions & 0 deletions core/js/lumx.js
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,7 @@ angular.module('lumx.dialog', ['lumx.utils.event-scheduler']);
angular.module('lumx.dropdown', ['lumx.utils.event-scheduler']);
angular.module('lumx.fab', []);
angular.module('lumx.file-input', []);
angular.module('lumx.grid', []);
angular.module('lumx.icon', []);
angular.module('lumx.list', []);
angular.module('lumx.notification', ['lumx.utils.event-scheduler']);
Expand All @@ -38,6 +39,7 @@ angular.module('lumx.radio-button', []);
angular.module('lumx.ripple', []);
angular.module('lumx.search-filter', []);
angular.module('lumx.select', []);
angular.module('lumx.side-navigation', []);
angular.module('lumx.stepper', []);
angular.module('lumx.switch', []);
angular.module('lumx.tabs', []);
Expand All @@ -54,6 +56,7 @@ angular.module('lumx', [
'lumx.dropdown',
'lumx.fab',
'lumx.file-input',
'lumx.grid',
'lumx.icon',
'lumx.list',
'lumx.notification',
Expand All @@ -63,6 +66,7 @@ angular.module('lumx', [
'lumx.ripple',
'lumx.search-filter',
'lumx.select',
'lumx.side-navigation',
'lumx.stepper',
'lumx.switch',
'lumx.tabs',
Expand Down
Loading

0 comments on commit 931cb75

Please sign in to comment.