mirror of
https://github.com/ionic-team/ionic-framework.git
synced 2025-08-18 19:21:34 +08:00
Componet -> Component
This commit is contained in:
@ -505,7 +505,7 @@ export class NavController extends Ion {
|
||||
* @private
|
||||
* TODO
|
||||
*/
|
||||
createViewComponetRef(type, hostProtoViewRef, viewContainer, viewCtrlBindings) {
|
||||
createViewComponentRef(type, hostProtoViewRef, viewContainer, viewCtrlBindings) {
|
||||
let bindings = this.bindings.concat(viewCtrlBindings);
|
||||
|
||||
// the same guts as DynamicComponentLoader.loadNextToLocation
|
||||
|
Reference in New Issue
Block a user