alexbeletsky / ng-notifications-bar

Angular.js component for stylish and flexible top bar notifications.
http://beletsky.net/ng-notifications-bar
149 stars 52 forks source link

Typo in README.md #45

Closed KonstantinYegupov closed 8 years ago

KonstantinYegupov commented 8 years ago

Note that the closing square bracket ] appears twice below (first appearance should be removed):

app.config(['notificationsConfigProvider'], function (notificationsConfigProvider) {
    // auto hide
    notificationsConfigProvider.setAutoHide(true)

    // delay before hide
    notificationsConfigProvider.setHideDelay(3000)
}])
alexbeletsky commented 8 years ago

Just merged pull #39, where it's fixed.