djett41 / ionic-content-banner

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

Feature request - auto dismiss after N seconds #1

Closed mrwaim closed 9 years ago

mrwaim commented 9 years ago

Hi,

I'd like to dismiss the info automatically, after N seconds.

This works,

    var close = $ionicContentBanner.show({text:["Profile Saved"]});
    $timeout(function () {close();}, 1000);

But it depends on the "test hook" being exposed.

Is it popular enough to warrant an option in "function contentBanner (opts)"?

Thanks, Ibrahim

djett41 commented 9 years ago

your the first one to ask about it, but it seems like a reasonable feature to have! I'll try to add it in when I get a chance thanks!

rjlinden commented 9 years ago

I would like this feature as well :)

meneliksteiner commented 9 years ago

Would be great if you could implement this ;)

hughred22 commented 9 years ago

Upvote for it too. Auto dismiss will be super helpful.

djett41 commented 9 years ago

@mrwaim @rjlinden @siam2nite @hughred22 Thanks guys! This is available in the newest release 1.0.1. Check the README for docs on autoClose

rjlinden commented 9 years ago

Thank you!! Highly appreciated. Will try it tonight. Keep up the good work!