Migrated entity selector out of angular

This commit is contained in:
Dan Brown
2017-08-27 14:31:34 +01:00
parent cfc05c1b22
commit baea92b206
10 changed files with 198 additions and 161 deletions

View File

@ -6,6 +6,8 @@ let componentMapping = {
'notification': require('./notification'),
'chapter-toggle': require('./chapter-toggle'),
'expand-toggle': require('./expand-toggle'),
'entity-selector-popup': require('./entity-selector-popup'),
'entity-selector': require('./entity-selector'),
};
window.components = {};