ember-cli-lightbox
Advanced tools
Comparing version 0.1.8 to 0.1.9
@@ -5,3 +5,3 @@ import Ember from 'ember'; | ||
tagName: 'a', | ||
attributeBindings: ['href', 'data-lightbox', 'data-title'], | ||
attributeBindings: ['href', 'data-lightbox', 'data-title', 'data-class'], | ||
inlineImage: true, | ||
@@ -8,0 +8,0 @@ classNames: ['ember-lightbox'], |
@@ -0,0 +0,0 @@ import Ember from 'ember'; |
@@ -0,0 +0,0 @@ module.exports = { |
@@ -0,0 +0,0 @@ { |
@@ -0,0 +0,0 @@ /* global require, module */ |
@@ -0,0 +0,0 @@ 'use strict'; |
@@ -17,3 +17,2 @@ 'use strict'; | ||
this.app.import(path.join(lightboxPath, 'css', 'lightbox.processed.css')); | ||
this.app.import('vendor/ember-cli-lightbox/styles/style.css'); | ||
@@ -20,0 +19,0 @@ this.app.import(path.join(lightboxPath, 'img', 'close.png'), { |
{ | ||
"name": "ember-cli-lightbox", | ||
"version": "0.1.8", | ||
"version": "0.1.9", | ||
"directories": { | ||
@@ -5,0 +5,0 @@ "doc": "doc", |
@@ -12,3 +12,6 @@ # Ember-cli-lightbox [![Build Status](https://travis-ci.org/ramybenaroya/ember-cli-lightbox.svg?branch=master)](https://travis-ci.org/ramybenaroya/ember-cli-lightbox) | ||
```hbs | ||
{{light-box href=imageUrl data-lightbox=name data-title=title}} | ||
{{light-box href=imageUrl | ||
data-lightbox=name | ||
data-title=title | ||
data-class=imgClassName}} | ||
``` | ||
@@ -18,3 +21,6 @@ | ||
```hbs | ||
{{#light-box href=imageUrl data-lightbox=name data-title=title inlineImage=false}} | ||
{{#light-box href=imageUrl | ||
data-lightbox=name | ||
data-title=title | ||
inlineImage=false}} | ||
<!-- DOM Element here --> | ||
@@ -21,0 +27,0 @@ {{/light-box}} |
@@ -0,0 +0,0 @@ { |
@@ -0,0 +0,0 @@ import Ember from 'ember'; |
@@ -0,0 +0,0 @@ import Ember from 'ember'; |
@@ -0,0 +0,0 @@ /* jshint node: true */ |
# robotstxt.org/ | ||
User-agent: * |
@@ -0,0 +0,0 @@ import Resolver from 'ember/resolver'; |
@@ -0,0 +0,0 @@ import Ember from 'ember'; |
@@ -0,0 +0,0 @@ import resolver from './helpers/resolver'; |
@@ -0,0 +0,0 @@ import { |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
53
348641
57
393