Skip to content

Commit

Permalink
fix(core): optimization css and popup logic
Browse files Browse the repository at this point in the history
  • Loading branch information
taobataoma committed Dec 13, 2017
1 parent 4fefbb8 commit 174a92a
Show file tree
Hide file tree
Showing 6 changed files with 6 additions and 6 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-side-overlay",
"version": "1.0.3",
"version": "1.1.2",
"homepage": "https://github.com/taobataoma/angular-side-overlay",
"repository": {
"type": "git",
Expand Down
2 changes: 1 addition & 1 deletion dist/angular-side-overlay.css
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
/**
* angular-side-overlay - angular side overlay component
* @author taobataoma
* @version v1.1.1
* @version v1.1.2
* @link https://github.com/taobataoma/angular-side-overlay#readme
* @license MIT
*/
Expand Down
2 changes: 1 addition & 1 deletion dist/angular-side-overlay.js
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
/**
* angular-side-overlay - angular side overlay component
* @author taobataoma
* @version v1.1.1
* @version v1.1.2
* @link https://github.com/taobataoma/angular-side-overlay#readme
* @license MIT
*/
Expand Down
2 changes: 1 addition & 1 deletion dist/angular-side-overlay.min.css
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
/**
* angular-side-overlay - angular side overlay component
* @author taobataoma
* @version v1.1.1
* @version v1.1.2
* @link https://github.com/taobataoma/angular-side-overlay#readme
* @license MIT
*/
Expand Down
2 changes: 1 addition & 1 deletion dist/angular-side-overlay.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 package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "angular-side-overlay",
"version": "1.1.1",
"version": "1.1.2",
"description": "angular side overlay component",
"scripts": {
"test": "npm test",
Expand Down

0 comments on commit 174a92a

Please sign in to comment.