Getting current page name in a splitter
-
How can I get the current page’s name in an ons-splitter?
I can only find documentation on how to do this in a navigator.
-
@rgins16 You use the page attribute for content. The documentation
here describes it. I created a codepen demonstrating it here: https://codepen.io/anon/pen/wWEyoN
-
Thank you!