Skip to content

Commit 74af54e

Browse files
Fixes #25 by removing $digest call that AFAIK isn't needed there. Release 2.2.6 to fix.
1 parent 90054de commit 74af54e

File tree

7 files changed

+20
-98
lines changed

7 files changed

+20
-98
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.5",
3+
"version": "2.2.6",
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.5 - 2016-03-17
1+
/*! angular-flash - v2.2.5 - 2016-03-27
22
* https://github.com/sachinchoolur/angular-flash
33
* Copyright (c) 2016 Sachin; Licensed MIT */
44

dist/angular-flash.js

Lines changed: 6 additions & 6 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 & 12 deletions
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: 4 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: 5 additions & 74 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "angular-flash-alert",
3-
"version": "2.2.5",
3+
"version": "2.2.6",
44
"description": "Flash message for AngularJS and Bootstrap",
55
"keywords": [
66
"angular-flash",
@@ -44,7 +44,7 @@
4444
"babel-preset-es2015": "^6.3.13",
4545
"grunt": "^0.4.5",
4646
"grunt-babel": "^6.0.0",
47-
"grunt-banner": "^0.6.0",
47+
"grunt-banner": "^0.6.0",
4848
"grunt-bootlint": "^0.10.0",
4949
"grunt-contrib-clean": "^0.6.0",
5050
"grunt-contrib-concat": "^0.5.0",

0 commit comments

Comments
 (0)