We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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?
Here is the example:
http://jsfiddle.net/HB7LU/7721/
And screenshot:

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?