Skip to main content

RamBase Guidelines

Navigate link

UI presentation of navigation links

Development guideline

Example of a typical navigate link:

<span rb-navigate="{{vm.link}}">Click here to navigate</span>

// In viewmodel
vm.link = "COA";

Attributes

  • rb-navigate: Name of the application lookup key to navigate to. Ex. rb-navigate="COA"