Hello @Fran-Diox!
I am newbie in this field. I am experimenting with Onsen UI 2.0 on Monaca with the same sample app as OP. I got to solve the same “issue” before getting here, so I am able to to call pushPage. But: while the original location.href='angular/material.html'
works document.getElementById('my-navigator').pushPage('angular/material.html')
loads the page, but without applying angular template:
I am most likely missing something trivial…
Can you clear me up?
Thanks in advance.