This is a brief example of using atomify (or in my case atomify-js and atomify-css directly) with https://github.com/bclinkinbeard/angular to create a working "Angular atom". It demonstrates that complex directives like ng-repeat
, and two-way bindings like ng-model
on an input
both work.
The biggest remaining question is how or if scope inheritance would work. In this demo I am using $rootScope
directly, which is obviously not a real solution, but I was just proving out that the basic functionality works.