diff --git a/README.md b/README.md index 95b587e..d519eb3 100644 --- a/README.md +++ b/README.md @@ -83,6 +83,7 @@ myApp.config(function(ngImageGalleryOptsProvider){ > See runtime options for explanation +-- -- ## Set options in runtime (attributes) @@ -177,6 +178,7 @@ close gallery on background click. This can be very sensitivity in mobile device ### 7. bubbles (optional) _[default : true]_ Turn on/off bubbles. +-- ### 8. conf `conf` attribute contains JavaScript object (bound to scope) which override following options. @@ -216,8 +218,6 @@ $scope.opened = function(){ ### 10. on-close (optional) _[default : noop]_ Similar to `on-open` attribute but will be called when gallery modal closes. --- - ***