File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed
Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 11{
22 "name" : " ionic-img-viewer" ,
3- "version" : " 1.2.0 " ,
3+ "version" : " 1.2.1 " ,
44 "description" : " Ionic 2 component providing a Twitter inspired experience to visualize pictures." ,
55 "main" : " ./dist/ionic-img-viewer.js" ,
66 "typings" : " ./dist/ionic-img-viewer.d.ts" ,
3030 "@angular/platform-browser" : " 2.2.1" ,
3131 "@angular/platform-browser-dynamic" : " 2.2.1" ,
3232 "@angular/platform-server" : " 2.2.1" ,
33- "ionic-angular" : " 2.0.0-rc.5" ,
33+ "ionic-angular" : " >= 2.0.0-rc.5" ,
3434 "rxjs" : " 5.0.0-beta.12" ,
3535 "zone.js" : " 0.6.26"
3636 },
Original file line number Diff line number Diff line change @@ -24,7 +24,7 @@ const DOUBLE_TAP_INTERVAL = 300;
2424
2525 <div class="image-wrapper">
2626 <div class="image">
27- <img [src]="imageUrl" (click)="onImageClick()" (dblclick)="onImageDblClick()" tappable />
27+ <img [src]="imageUrl" (click)="onImageClick()" tappable />
2828 </div>
2929 </div>
3030 `
You can’t perform that action at this time.
0 commit comments