Skip to content

Commit

Permalink
Version bump.
Browse files Browse the repository at this point in the history
  • Loading branch information
Igor Lino committed Jan 23, 2016
1 parent 1e196ea commit 65ba4a4
Show file tree
Hide file tree
Showing 4 changed files with 15 additions and 15 deletions.
4 changes: 2 additions & 2 deletions bower.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "angular-ez-plus",
"version": "1.1.17",
"version": "1.1.18",
"author": {
"name": "Igor Lino",
"url": "http://igorlino.github.io/angular-elevatezoom-plus/"
Expand All @@ -27,7 +27,7 @@
"dependencies": {
"jquery": "~2.1.1",
"angular": "~1.3.4",
"ez-plus": "~1.1.17"
"ez-plus": "~1.1.18"
},
"devDependencies": {
},
Expand Down
14 changes: 7 additions & 7 deletions demo/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@

<link rel="stylesheet" href="https://rawgit.com/igorlino/elevatezoom-plus/master/css/jquery.ez-plus.css"/>
<script src="https://ajax.googleapis.com/ajax/libs/jquery/1.11.3/jquery.js"></script>
<script src='https://cdn.rawgit.com/igorlino/elevatezoom-plus/1.1.17/src/jquery.ez-plus.js'></script>
<script src='https://cdn.rawgit.com/igorlino/elevatezoom-plus/1.1.18/src/jquery.ez-plus.js'></script>

<script type="text/javascript"
src="http://cdnjs.cloudflare.com/ajax/libs/jquery-easing/1.3/jquery.easing.min.js"></script>
Expand All @@ -46,19 +46,19 @@

<!--
<link rel="stylesheet" type="text/css" href="https://cdn.rawgit.com/igorlino/elevatezoom-plus/1.1.17/demo/css/style.css" media="screen" />
<script src='https://cdn.rawgit.com/igorlino/angular-elevatezoom-plus/1.1.17/js/angular-ezplus.js'></script>
<script src='https://cdn.rawgit.com/igorlino/angular-elevatezoom-plus/1.1.17/demo/js/controller.js'></script>
<script src='https://cdn.rawgit.com/igorlino/angular-elevatezoom-plus/1.1.17/demo/js/app.js'></script>
<link rel="stylesheet" type="text/css" href="https://cdn.rawgit.com/igorlino/elevatezoom-plus/1.1.18/demo/css/style.css" media="screen" />
<script src='https://cdn.rawgit.com/igorlino/angular-elevatezoom-plus/1.1.18/js/angular-ezplus.js'></script>
<script src='https://cdn.rawgit.com/igorlino/angular-elevatezoom-plus/1.1.18/demo/js/controller.js'></script>
<script src='https://cdn.rawgit.com/igorlino/angular-elevatezoom-plus/1.1.18/demo/js/app.js'></script>
-->

<link rel="stylesheet" type="text/css" href="css/style.css" media="screen"/>
<script src='../js/angular-ezplus.js'></script>
<script src='js/controller.js'></script>^
<script src='js/app.js'></script>

<link type="text/css" rel="stylesheet" href="https://cdn.rawgit.com/igorlino/elevatezoom-plus/1.1.17/demo/css/prism.css"/>
<script type="text/javascript" src="https://cdn.rawgit.com/igorlino/elevatezoom-plus/1.1.17/demo/js/prism.js"></script>
<link type="text/css" rel="stylesheet" href="https://cdn.rawgit.com/igorlino/elevatezoom-plus/1.1.18/demo/css/prism.css"/>
<script type="text/javascript" src="https://cdn.rawgit.com/igorlino/elevatezoom-plus/1.1.18/demo/js/prism.js"></script>
</head>

<body
Expand Down
8 changes: 4 additions & 4 deletions js/angular-ezplus.js
Original file line number Diff line number Diff line change
Expand Up @@ -160,8 +160,8 @@
if (plugin) {
plugin.showHideZoomContainer(action);
/*plugin.showHideWindow(action);
plugin.showHideTint(action);
plugin.showHideLens(action);*/
plugin.showHideTint(action);
plugin.showHideLens(action);*/
}
}

Expand All @@ -170,8 +170,8 @@
var plugin = angular.element($element).data('ezPlus');
if (plugin) {
/*plugin.showHideLens(action);
plugin.showHideTint(action);
plugin.showHideWindow(action);*/
plugin.showHideTint(action);
plugin.showHideWindow(action);*/
plugin.showHideZoomContainer(action);
}
}
Expand Down
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "angular-ez-plus",
"version": "1.1.17",
"version": "1.1.18",
"title": "Angular EZ Plus",
"description": "Angular directive for ElevateZoom Plus.",
"keywords": [
Expand Down Expand Up @@ -32,7 +32,7 @@
"dependencies": {
"jquery": ">=2.1.4",
"angular": "~1.3.4",
"ez-plus": "~1.1.17"
"ez-plus": "~1.1.18"
},
"devDependencies": {
"grunt": "^0.4.5",
Expand Down

0 comments on commit 65ba4a4

Please sign in to comment.