mirror of
https://github.com/ionic-team/ionic-framework.git
synced 2025-11-06 22:29:44 +08:00
Added TODOS
This commit is contained in:
@ -40,6 +40,7 @@
|
|||||||
// Grab the top controller on the stack
|
// Grab the top controller on the stack
|
||||||
var next = this.controllers[this.controllers.length - 1];
|
var next = this.controllers[this.controllers.length - 1];
|
||||||
|
|
||||||
|
// TODO: No DOM stuff here
|
||||||
this.content.el.appendChild(next.el);
|
this.content.el.appendChild(next.el);
|
||||||
|
|
||||||
// Switch to it (TODO: Animate or such things here)
|
// Switch to it (TODO: Animate or such things here)
|
||||||
@ -66,6 +67,7 @@
|
|||||||
|
|
||||||
next = this.controllers[this.controllers.length - 1];
|
next = this.controllers[this.controllers.length - 1];
|
||||||
|
|
||||||
|
// TODO: No DOM stuff here
|
||||||
this.content.el.appendChild(next.el);
|
this.content.el.appendChild(next.el);
|
||||||
|
|
||||||
// Switch to it (TODO: Animate or such things here)
|
// Switch to it (TODO: Animate or such things here)
|
||||||
|
|||||||
Reference in New Issue
Block a user