We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Here is the example: http://jsfiddle.net/HB7LU/7721/
And screenshot:
The template within the recursive directive (gt-view) looks like this:
template: [ '<div class="contents">', '<div class="gt-view-content">', '<h1>{{view.title}}</h1>', '</div>', '<div class="gt-view-child-container" ng-if="view.childView">', '<gt-view view="view.childView"></gt-view>', '</div>', '</div>', ].join('')
So regardless if childView is populated in the model, I am getting another gt-view rendered Ideas?
The text was updated successfully, but these errors were encountered:
Your fiddle uses angular 1.0.1. It works better with a more up to date angular version, like 1.4.8..
Sorry, something went wrong.
No branches or pull requests
Here is the example:
http://jsfiddle.net/HB7LU/7721/
And screenshot:
![screen shot 2014-10-28 at 9 25 12 am](https://cloud.githubusercontent.com/assets/764568/4812174/06031538-5ebf-11e4-8336-aef97d59c1b9.png)
The template within the recursive directive (gt-view) looks like this:
So regardless if childView is populated in the model, I am getting another gt-view rendered
Ideas?
The text was updated successfully, but these errors were encountered: