Skip to content

Commit 2a20057

Browse files
committed
Version bump. Made dependency compatible with optimization.
1 parent e6fd7da commit 2a20057

4 files changed

Lines changed: 4 additions & 3 deletions

File tree

CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
<a name="1.0.0"></a>
22

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

66
# 1.1.18b (2016-17-05)

bower.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "angular-ez-plus",
3-
"version": "1.1.18c",
3+
"version": "1.1.18d",
44
"author": {
55
"name": "Igor Lino",
66
"url": "http://igorlino.github.io/angular-elevatezoom-plus/"

js/angular-ezplus.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@
44
angular.module('ezplus', [])
55
.directive('ezPlus', ezPlus);
66

7+
ezPlus.$inject = ['$document'];
78
function ezPlus($document) {
89
var service = {
910
restrict: 'A',

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "angular-ez-plus",
3-
"version": "1.1.18c",
3+
"version": "1.1.18d",
44
"title": "Angular EZ Plus",
55
"description": "Angular directive for ElevateZoom Plus.",
66
"keywords": [

0 commit comments

Comments
 (0)