I am trying to piece together a grid example using the latest version of angular. I have tested other controls like the numeric textbox, so I'm happy that the overall kendo bindings are working, but anything that requires the view model to provide options I'm stuck with. The angular grid example uses $scope, this isn't used in current examples for angular, and if I try to include $scope, I get a JS error about not being able to instantiate the controller.
I've attached the key files of the example I'm trying to work through.