Skip to content

Commit

Permalink
release 0.8.1
Browse files Browse the repository at this point in the history
  • Loading branch information
pheymann committed Nov 7, 2023
1 parent c096a65 commit 74e0c83
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 4 deletions.
5 changes: 3 additions & 2 deletions dist/angular-spinner.js
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
/**
* angular-spinner version 0.8.0
* angular-spinner version 0.8.1
* License: MIT.
* Copyright (C) 2013, 2014, 2015, Uri Shaked and contributors.
* Copyright (C) 2013, 2014, 2015, 2016, Uri Shaked and contributors.
*/

'format amd';
Expand Down Expand Up @@ -83,6 +83,7 @@

// order of precedence: element options, theme, defaults.
options = angular.extend(
{},
usSpinnerConfig.config,
usSpinnerConfig.themes[attr.spinnerTheme],
options);
Expand Down
2 changes: 1 addition & 1 deletion dist/angular-spinner.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-spinner.min.js.map

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

0 comments on commit 74e0c83

Please sign in to comment.