Skip to content

Commit

Permalink
Version bump. Made dependency compatible with optimization.
Browse files Browse the repository at this point in the history
  • Loading branch information
ceilino committed Jun 7, 2016
1 parent e6fd7da commit 2a20057
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 3 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<a name="1.0.0"></a>

# 1.1.18c (2016-07-06)
# 1.1.18d (2016-07-06)
- Fix for zoom container bug. Destroy zoom container if $destroy was too late.

# 1.1.18b (2016-17-05)
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-ez-plus",
"version": "1.1.18c",
"version": "1.1.18d",
"author": {
"name": "Igor Lino",
"url": "http://igorlino.github.io/angular-elevatezoom-plus/"
Expand Down
1 change: 1 addition & 0 deletions js/angular-ezplus.js
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@
angular.module('ezplus', [])
.directive('ezPlus', ezPlus);

ezPlus.$inject = ['$document'];
function ezPlus($document) {
var service = {
restrict: 'A',
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "angular-ez-plus",
"version": "1.1.18c",
"version": "1.1.18d",
"title": "Angular EZ Plus",
"description": "Angular directive for ElevateZoom Plus.",
"keywords": [
Expand Down

0 comments on commit 2a20057

Please sign in to comment.