File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change 1414 var complexViews = { } ;
1515
1616 this . registerDynamicRoutes = function ( routes ) {
17- var dynamicRoutes = routes || foundationRoutes ;
17+ var dynamicRoutes = routes || BaseAppsRoutes ;
1818
1919 angular . forEach ( dynamicRoutes , function ( page ) {
2020 if ( page . hasComposed ) {
145145
146146 function DynamicRoutingConfig ( BaseAppsStateProvider ) {
147147 // Don't error out if Front Router is not being used
148- var foundationRoutes = window . foundationRoutes || [ ] ;
148+ var BaseAppsRoutes = window . BaseAppsRoutes || [ ] ;
149149
150- BaseAppsStateProvider . registerDynamicRoutes ( foundationRoutes ) ;
150+ BaseAppsStateProvider . registerDynamicRoutes ( BaseAppsRoutes ) ;
151151 }
152152
153153 DynamicRoutingRun . $inject = [ '$rootScope' , '$state' , '$stateParams' ] ;
You can’t perform that action at this time.
0 commit comments