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
{{ message }}
This repository has been archived by the owner on Apr 12, 2024. It is now read-only.
My app broke after the upgrade to 1.0.4 version. After debugging, I noticed that it's missing some code. For example, if you search in 1.0.4 after (isDefined(template = next.template)) you'll notice that
Thanks for the response. I included a plnkr which illustrates the problem.
First of all, I already had a patched 1.0.3 version, so this is why it worked fine, just that I forgot about it.
I decided to upgrade to official 1.0.4 (from bower) and the app broke. The plunkr example is just a dummy use case about how the app breaks. In index.html, I load my patched version (same as 1.0.3 but has isFunction(..) from the first comment ). If you switch to google cdn version, you will see that the app breaks when you click on the last 2 links from the plnkr example.
LE:
I saw now that the patched was based on this issue #1524. This issue was merged into master before the last build, so I thought the build would have the patch.
My app broke after the upgrade to 1.0.4 version. After debugging, I noticed that it's missing some code. For example, if you search in 1.0.4 after (isDefined(template = next.template)) you'll notice that
is missing. Same thing happens in the next statement. On master branch everything seems ok master.
I'm running a patched version now, but what happened to the build version?
The text was updated successfully, but these errors were encountered: