This repository was archived by the owner on May 29, 2019. It is now read-only.
This repository was archived by the owner on May 29, 2019. It is now read-only.
Put templates in a subdirectory #1205
Closed
Description
This is not quite related to the asynchronous loading issue (I've seen #1188).
All the templateUrls are hard-coded to something like "template/progressbar/progress.html". This means that my template directory is filled with templates for Bootstrap components. It also means that the templateUrl template/(component) is taken for each of the components.
Unless I'm missing something, it would be friendlier to other code to put all the templates in template/bootstrap/*.
This would be a breaking change, but Bootstrap 3.0 support is going to break backwards compatibility soon anyway.