hi all,
I am building a ngclient application in servoy 8 final (3020).
In basic AngularJS I can use the angular-ui router to provide the application menu navigation:
example:
link: Home
*JS: $stateProvider.state(‘home’, { *
- url: “/”,*
- views: {*
“contentgoeshere”: { templateUrl: “/url”}
} - })*
html content div:
to route through pages and display the html of the url called by the state provider.
For now I have 2 questions:
- What is the best way to accomplish (above type of) routing in Servoy NGclient, and does someone have a little example?
- Is there an overview of ng-base URLs for the application.
More advice and examples are always welcome.
Tnx in advance
Derk