Static
normalizeUIViewNormalizes a view's name from a state.views configuration block.
This should be used by a framework implementation to calculate the values for [[_ViewDeclaration.$ngViewName]] and [[_ViewDeclaration.$ngViewContextAnchor]].
the context object (state declaration) that the view belongs to
the name of the view, as declared in the [[StateDeclaration.views]]
the normalized ngViewName and ngViewContextAnchor that the view targets
Gets the controller for a view configuration.