If you make some complex editors / views, they may want access to the parent type definition to work out so extra stuff. Might be a good idea to pass this in as context. You can actually get to it from the $scope, but it would be better to supply this in an official manor, rather than relying on code that may change.
If you make some complex editors / views, they may want access to the parent type definition to work out so extra stuff. Might be a good idea to pass this in as context. You can actually get to it from the $scope, but it would be better to supply this in an official manor, rather than relying on code that may change.