How to show ads only on certain pages?
In app.js config() function, I added admobSvc.createBannerView().
How is it possible to call admobSvc.showBanner(true, null, null) on some page, and on route change hide it? In $routeChangeStart, I added admobSvc.showBanner(false, null, null), but it says ionic.bundle.js:26799 TypeError: admobSvc.showBannerAd is not a function
How to show ads only on certain pages? In app.js config() function, I added admobSvc.createBannerView().
How is it possible to call admobSvc.showBanner(true, null, null) on some page, and on route change hide it? In $routeChangeStart, I added admobSvc.showBanner(false, null, null), but it says
ionic.bundle.js:26799 TypeError: admobSvc.showBannerAd is not a function
How to solve this?