Skip to content
This repository was archived by the owner on Apr 12, 2024. It is now read-only.

ngIf + ngInclude = no include "included" in 1.2.0-rc1 #3637

Closed
ghost opened this issue Aug 16, 2013 · 1 comment
Closed

ngIf + ngInclude = no include "included" in 1.2.0-rc1 #3637

ghost opened this issue Aug 16, 2013 · 1 comment

Comments

@ghost
Copy link

ghost commented Aug 16, 2013

Using 1.1.5, the following code works (see http://plnkr.co/edit/YwZ52TJrsbWHJNNNagEW?p=preview ):

<body ng-app="magic">
    <h1>Hello Plunker!</h1>
    <div ng-controller="moremagic">
        <div ng-if="include"
               ng-include="'include.html'"></div>
    </div>
</body>

However, in 1.2.0, the included file is never displayed.

@vojtajina
Copy link
Contributor

Duplicate of #3627

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant