djett41 / ionic-content-banner

An informational content banner for Ionic applications
MIT License
84 stars 25 forks source link

Add isActiveView check when adding banner #28

Closed johnnyoin closed 8 years ago

johnnyoin commented 8 years ago

I had a case where isActiveView were returning true in the getActiveView function although it was not active at the time of adding the banner. Adding the same check again did the trick.