Skip to content

Commit

Permalink
Release 1.2.1
Browse files Browse the repository at this point in the history
  • Loading branch information
Foxandxss committed Apr 9, 2015
1 parent 7a70efc commit f978c0a
Show file tree
Hide file tree
Showing 8 changed files with 12 additions and 10 deletions.
6 changes: 5 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,12 @@
# Changelog

## Version 1.2.1

- Remove a nasty console.log from the progress bar (yikes!).

## Version 1.2.0

- Support for a progress bar
- Support for a progress bar.
- A config option to change the path of the templates.

**BREAKING CHANGE:**
Expand Down
2 changes: 1 addition & 1 deletion bower.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "angular-toastr",
"version": "1.2.0",
"version": "1.2.1",
"authors": [
"Jesus Rodriguez <Foxandxss@gmail.com>"
],
Expand Down
1 change: 0 additions & 1 deletion dist/angular-toastr.js
Original file line number Diff line number Diff line change
Expand Up @@ -323,7 +323,6 @@
};

function updateProgress() {
console.log('update');
var percentage = ((hideTime - (new Date().getTime())) / currentTimeOut) * 100;
element.css('width', percentage + '%');
}
Expand Down
2 changes: 1 addition & 1 deletion dist/angular-toastr.min.css

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

Loading

0 comments on commit f978c0a

Please sign in to comment.