angular-recursion icon indicating copy to clipboard operation
angular-recursion copied to clipboard

A service which makes it easy possible to have recursive Angular directives.

Results 7 angular-recursion issues
Sort by recently updated
recently updated
newest added

1) should render the whole tree RecursionHelper Expected 0 to be 3. at at UserContext. (test/angularRecursionHelperSpec.js:70:32) at

Hi there, I was hoping someone could give me a heads up regarding this issue: When using an inline `template` like in the provided plunker the tree directive works fine....

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: ``` template: [ '', '',...

What I'd like to do is produce a recursively structured document corresponding to a tree structure in my model. The entire document is contentEditable and the models should react to...

``` require: ['dhLayers'], controller: dh.layer.layersDirectiveCtrl, controllerAs: 'layersCtrl', ``` I want to use require: ['dhLayers','^?dhLayers'], So that ctrls in link method => ctrls[0] == current layers control, ctrls[1] == parent layers...

I want to delete one element, just clicking on it, but how to access the parent for removing it?. And update the scope variable in the application controller

It works with angular 1.2.26, but once upgraded to angular 1.3, the grid won't show up in recursion. The grid outside of the recursion works as expected though.