I'm using TypeScript and the this object inside the upload event is the instance of the kendoupload, not the angular controller.
To get at a value on the controller, I'm currently using this.$angular_scope.vm.datavariable but is this the best way to access controller variables within the upload event?