ThirdCornerLLC / tc-grid

A declarative grid for AngularJS
MIT License
14 stars 2 forks source link

Change scope to be cleaner #22

Closed Zacharias3690 closed 9 years ago

Zacharias3690 commented 9 years ago

Removed double $compile add page dropdown option

Zacharias3690 commented 9 years ago

@timgit go through and make sure everything's working for you. This takes care of issue #16 as well as cleaning up our scope. If there was a function on the controller with the same name as one of ours both functions would be called.

timgit commented 9 years ago

shouldn't we use watchCollection instead of watch for tc-data?

timgit commented 9 years ago

Either that or a deep watch

Zacharias3690 commented 9 years ago

Actually, yes, watchCollection would be way better.