Skip to content

Commit

Permalink
Publish 2.4.0.
Browse files Browse the repository at this point in the history
  • Loading branch information
RoopeHakulinen committed Oct 25, 2016
1 parent a07c264 commit 0e96356
Show file tree
Hide file tree
Showing 9 changed files with 18 additions and 13 deletions.
2 changes: 1 addition & 1 deletion bower.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "angular-flash-alert",
"version": "2.3.0",
"version": "2.4.0",
"homepage": "https://github.com/sachinchoolur/angular-flash",
"authors": [
"Sachin N <sachi77n@gmail.com>",
Expand Down
2 changes: 1 addition & 1 deletion dist/angular-flash.css
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
/*! angular-flash - v2.3.0 - 2016-08-23
/*! angular-flash - v2.4.0 - 2016-10-25
* https://github.com/sachinchoolur/angular-flash
* Copyright (c) 2016 Sachin; Licensed MIT */

Expand Down
7 changes: 4 additions & 3 deletions dist/angular-flash.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion dist/angular-flash.js.map

Large diffs are not rendered by default.

8 changes: 6 additions & 2 deletions dist/angular-flash.min.css

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions dist/angular-flash.min.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion dist/angular-flash.min.js.map

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "angular-flash-alert",
"version": "2.3.0",
"version": "2.4.0",
"description": "Flash message for AngularJS and Bootstrap",
"keywords": [
"angular-flash",
Expand Down
2 changes: 1 addition & 1 deletion src/angular-flash.js
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@ app.directive('flashMessage', [
},
transclude: Flash.config.templateTransclude,
template: `
<div ng-repeat="flash in $root.flashes track by $index" ng-if="flash.config.container === name">
<div ng-repeat="flash in $root.flashes track by $index" ng-if="flash.config.container === name" class="alert-container">
` + Flash.config.template + `
</div>
`
Expand Down

0 comments on commit 0e96356

Please sign in to comment.