angular-virtual-dom icon indicating copy to clipboard operation
angular-virtual-dom copied to clipboard

A Virtual DOM based AngularJS view renderer designed to be used with immutable data structures

Results 11 angular-virtual-dom issues
Sort by recently updated
recently updated
newest added

Hi Tero, do you think it's feasible to build a version of AngularJS that entirely uses virtual DOM to render? Would it be able, for example to support directives? How...

I have a structure like this: `` `` `` ` ` ` ` but aparently my "is-permited" directive is not beeing called Out of the v-dom it works fine. how...

Since https://github.com/marcelklehr/vdom-virtualize/ exists, there's little need to duplicate the virtualization code in this project.

Virtual DOM setup code in unit tests could be made less verbose with virtual-doms h-function

Should move away from plain file based dependency management, especially for third-party libs.

We probably can't tap into ngAnimate directly, but similar stuff would be cool.

Would be cool to be able to use the library with forms, with Flux-like architectures. Also look into accessibility and ngAria wrt. forms.

Some sort of eventing system is needed for the library to shine with anything but static views. With events the library would lend itself well to Flux-type architectures and libraries....

A directive for CSS styles, similar to ngStyle, would be useful. I think virtual-dom has some extra support for inline styles, should look into that as well.

A directive for CSS-classes, similar to ngClass, would be useful