Can someone please enlighten me regarding the content
attribute in app.html from the Ionic 2 Getting Started tutorial?
More particularly, I am confused as to what the content
attribute in app.html's ion-menu points to. The NavController
creates a local variable content
and ion-menu
is referring to this by creating a content
attribute and setting the attribute's expression to content
.
But what is the content
attribute set to? Does it relate to the ion-content
sections in the html pages?
↧
'content' attribute in Ionic 2 'getting started' tutorial
↧