When using the AMD format, the following is generated as the AMD module definition:
define([ './CategoryChooser.html' ], function ( CategoryChooser ) { 'use strict';
it should be:
define([ './CategoryChooser' ], function ( CategoryChooser ) { 'use strict';
When using the AMD format, the following is generated as the AMD module definition:
it should be: