You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
My dist/ application was behaving erratically because its HTML templates were being messed up. The htmlmin phase of the ngTemplates task was removing all type="text" attributes from input boxes. I tracked it down to the removeScriptTypeAttributes option, which is incorrectly removing type attributes from non-script tags as well.
Hi all,
My
dist/
application was behaving erratically because its HTML templates were being messed up. Thehtmlmin
phase of thengTemplates
task was removing alltype="text"
attributes from input boxes. I tracked it down to theremoveScriptTypeAttributes
option, which is incorrectly removingtype
attributes from non-script tags as well.It seems that the creator of
grunt-angular-templates
has himself already committed to removing the htmlmin phase completely. I recommend disabling most or all of its features.-Brandon
The text was updated successfully, but these errors were encountered: