added note type picker component

This commit is contained in:
azivner
2018-01-21 23:06:25 -05:00
parent c8f456d228
commit f9631ff59f
5 changed files with 116 additions and 5 deletions

View File

@@ -54,7 +54,7 @@ const attributesDialog = (function() {
e.preventDefault();
});
ko.applyBindings(attributesModel);
ko.applyBindings(attributesModel, document.getElementById('attributes-dialog'));
return {
showDialog