diff --git a/README.md b/README.md
index 87aee4d..0bb9071 100644
--- a/README.md
+++ b/README.md
@@ -27,8 +27,7 @@ In a browser:
```html
-
-
+
```
## Getting Started
diff --git a/bower.json b/bower.json
index 2fe20c3..855d62e 100644
--- a/bower.json
+++ b/bower.json
@@ -1,6 +1,6 @@
{
"name": "angular-ez-plus",
- "version": "1.1.0",
+ "version": "1.1.1",
"author": {
"name": "Igor Lino",
"url": "http://igorlino.github.io/angular-elevatezoom-plus/"
@@ -12,8 +12,7 @@
}
],
"main": [
- "js/ezplus.module.js",
- "js/ezplus.directive.js",
+ "js/angular-ezplus.js",
"images/loader-small.gif"
],
"ignore": [
diff --git a/demo/images/border.png b/demo/images/border.png
deleted file mode 100644
index f463a10..0000000
Binary files a/demo/images/border.png and /dev/null differ
diff --git a/demo/images/controls.png b/demo/images/controls.png
deleted file mode 100644
index dcfd6fb..0000000
Binary files a/demo/images/controls.png and /dev/null differ
diff --git a/demo/images/loading.gif b/demo/images/loading.gif
deleted file mode 100644
index b4695d8..0000000
Binary files a/demo/images/loading.gif and /dev/null differ
diff --git a/demo/images/loading_background.png b/demo/images/loading_background.png
deleted file mode 100644
index 6ae83e6..0000000
Binary files a/demo/images/loading_background.png and /dev/null differ
diff --git a/demo/images/overlay.png b/demo/images/overlay.png
deleted file mode 100644
index 53ea98f..0000000
Binary files a/demo/images/overlay.png and /dev/null differ
diff --git a/demo/index.html b/demo/index.html
index 59be75a..4f4ee19 100644
--- a/demo/index.html
+++ b/demo/index.html
@@ -41,10 +41,9 @@
-
-
-
+
+
diff --git a/js/ezplus.directive.js b/js/angular-ezplus.js
similarity index 99%
rename from js/ezplus.directive.js
rename to js/angular-ezplus.js
index 3e1b0a0..a56b5d8 100644
--- a/js/ezplus.directive.js
+++ b/js/angular-ezplus.js
@@ -1,7 +1,7 @@
(function () {
'use strict';
- angular.module('ezplus')
+ angular.module('ezplus', [])
.directive('ezPlus', ezPlus);
function ezPlus() {
diff --git a/js/ezplus.module.js b/js/ezplus.module.js
deleted file mode 100644
index 206ac10..0000000
--- a/js/ezplus.module.js
+++ /dev/null
@@ -1,6 +0,0 @@
-(function () {
- 'use strict';
-
- angular.module('ezplus', []);
-
-})();
diff --git a/package.json b/package.json
index ea5d396..1eda61a 100644
--- a/package.json
+++ b/package.json
@@ -1,6 +1,6 @@
{
"name": "angular-ez-plus",
- "version": "1.1.0",
+ "version": "1.1.1",
"title": "Angular EZ Plus",
"description": "Angular directive for ElevateZoom Plus.",
"keywords": [