This repository was archived by the owner on Apr 12, 2024. It is now read-only.
This repository was archived by the owner on Apr 12, 2024. It is now read-only.
Problem with angular 1.0.4 #1963
Closed
Description
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
if (isFunction(template)) {
template = template(next.params);
}
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?