Skip to content
This repository was archived by the owner on May 1, 2020. It is now read-only.

Conversation

intodevelopment
Copy link
Contributor

Short description of what this resolves:

HTML template of components is not updated by ionic serve after saving the file.
When a module is shared among multiple modules, e.g., a components module, the component template is present in multiple bundle files, so the template should be replaced in all bundle files.

Changes proposed in this pull request:

Instead of only replacing the template in the first matching bundle file, replace it in all matched bundle files. So removing the break fixes this.

Fixes: #1132

HTML template of components is not updated by ionic serve after saving the file. When a module is shared among multiple modules, e.g., a components module, the component template is present in multiple bundle files, so the template should be replaced in all bundle files.
@intodevelopment intodevelopment changed the title Fix for 1132 Fix for 1132: Component HTML template not updated when saved Apr 11, 2018
@imhoffd
Copy link
Contributor

imhoffd commented Nov 2, 2018

May also fix #1491

@BorntraegerMarc
Copy link

I think the community would appreciate if somebody could review & merge this PR. This seems to be a problem for a lot of users (including me)

@danielsogl
Copy link
Contributor

ping @dwieeb

@liamdebeasi liamdebeasi merged commit 8870a17 into ionic-team:master Mar 1, 2019
@intodevelopment intodevelopment deleted the fix-1132 branch March 1, 2019 16:56
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Labels

None yet

5 participants