Wishful thinking: bo-repeat
michael-wynn opened this issue · 1 comments
michael-wynn commented
First, I'd like to say that bindonce is so awesome that I can't imagine a big Angular app without it. For me the only thing missing is bo-repeat. Some screens, especially grids, may have drop downs with static list, and as far as I know ng-repeat is still the only easy way to make those. So even though items inside the drop down use no watchers (thanks to bindonce), each drop down still has a watcher on the collection itself even though the list is known to be static.
Addition of bo-repeat will make bindonce even more awesome than it already is!!!