feat() started work on more feature rich time picker

This commit is contained in:
Torkel Ödegaard
2015-09-15 13:23:36 +02:00
parent 2b95cd5081
commit 4ffa26cf2c
74 changed files with 480 additions and 304 deletions

View File

@@ -53,7 +53,7 @@
settings: [[.Settings]],
};
require(['app'], function (app) {
require(['app/app'], function (app) {
app.boot();
})
</script>