Skip to content
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
Closed
@alexbardas

Description

@alexbardas

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?

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions