Ionic-Material icon indicating copy to clipboard operation
Ionic-Material copied to clipboard

fabContent is not updated

Open kenny1har opened this issue 9 years ago • 3 comments

when this line is commented : // $ionicConfigProvider.views.maxCache(0);

and add {cache:true} in the state e.g.

    .state('app.create-event', {
        url: '/create-event',
        cache: true,
        views: {
            'menuContent': {
                templateUrl: 'templates/create-event.html',
                controller: 'CreateEventCtrl'
            },
            'fabContent': {
                template: ''
            }
        }
    })

the fabContent template is not cleared, but it still showing the previous page fabContent.

kenny1har avatar May 26 '15 16:05 kenny1har

+1

go2hyder avatar Nov 08 '15 11:11 go2hyder

+1

Ale46 avatar Nov 22 '15 02:11 Ale46

+1

Adriano72 avatar Dec 24 '15 11:12 Adriano72