mirror of
https://github.com/ionic-team/ionic-framework.git
synced 2026-03-13 10:22:08 +08:00
fix(navView): _getView renamed to _getViewById, closes #736
This commit is contained in:
@@ -393,7 +393,7 @@ angular.module('ionic.ui.viewState', ['ionic.service.view', 'ionic.service.gestu
|
||||
}
|
||||
link(viewScope);
|
||||
|
||||
var viewHistoryData = $ionicViewService._getView(viewRegisterData.viewId) || {};
|
||||
var viewHistoryData = $ionicViewService._getViewById(viewRegisterData.viewId) || {};
|
||||
viewScope.$broadcast('$viewContentLoaded', viewHistoryData);
|
||||
|
||||
if (onloadExp) viewScope.$eval(onloadExp);
|
||||
|
||||
Reference in New Issue
Block a user