Skip to content

Commit a4a3d18

Browse files
Fixes #27 by new version 2.2.7 which actually contains the code forgotten from last commit.
1 parent 02d8409 commit a4a3d18

File tree

8 files changed

+18
-12
lines changed

8 files changed

+18
-12
lines changed

bower.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "angular-flash-alert",
3-
"version": "2.2.6",
3+
"version": "2.2.7",
44
"homepage": "https://github.com/sachinchoolur/angular-flash",
55
"authors": [
66
"Sachin N <[email protected]>"

dist/angular-flash.css

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
/*! angular-flash - v2.2.6 - 2016-03-27
1+
/*! angular-flash - v2.2.7 - 2016-03-31
22
* https://github.com/sachinchoolur/angular-flash
33
* Copyright (c) 2016 Sachin; Licensed MIT */
44

dist/angular-flash.js

Lines changed: 1 addition & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

dist/angular-flash.js.map

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

dist/angular-flash.min.css

Lines changed: 10 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

dist/angular-flash.min.js

Lines changed: 3 additions & 3 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "angular-flash-alert",
3-
"version": "2.2.6",
3+
"version": "2.2.7",
44
"description": "Flash message for AngularJS and Bootstrap",
55
"keywords": [
66
"angular-flash",

src/angular-flash.js

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -114,7 +114,6 @@ app.factory('Flash', [
114114
const flash = $rootScope.flashes[index];
115115
dataFactory.pause(index);
116116
$rootScope.flashes.splice(index, 1);
117-
$rootScope.$digest();
118117
if (typeof dataFactory.onDismiss === 'function') {
119118
dataFactory.onDismiss(flash);
120119
}

0 commit comments

Comments
 (0)