ACRA / acralyzer

Open source backend for ACRA reports.
GNU General Public License v3.0
489 stars 90 forks source link

New Notification service #16

Closed halkeye closed 11 years ago

halkeye commented 11 years ago

Switch bootstrap-notify for angular-ui/bootstrap. Easier to customize templates (index.html)

API will be

$notify.fatal({ body: "HATE YOU ALL" });
$notify.info({ body: "I like pie", title: "Announcement", desktop: true, timeout: 1000 });
halkeye commented 11 years ago

fixed merge :)

KevinGaudin commented 11 years ago

I guess I should be more careful when accepting pull request while having breakfast ;-)

halkeye commented 11 years ago

Nah, I knew that last one would break lots. But better to get it done early and out of the way.