mirror of
https://github.com/donl/meteor-ionic.git
synced 2026-05-26 22:06:41 -06:00
remove commented code
This commit is contained in:
parent
c024762fca
commit
6af8a8d6fd
2 changed files with 1 additions and 2 deletions
|
|
@ -1,9 +1,7 @@
|
|||
<template name="ionListButton">
|
||||
|
||||
<!-- <div class="item-left-edit item-delete enable-pointer-events" > -->
|
||||
<div class="{{classes}}" >
|
||||
|
||||
<!-- <div class="{{classes}}"> -->
|
||||
{{> UI.contentBlock}}
|
||||
</div>
|
||||
|
||||
|
|
|
|||
|
|
@ -6,6 +6,7 @@ Template.ionListButton.events({
|
|||
_id: itemContext._id
|
||||
}, function(error, result) { });
|
||||
}
|
||||
|
||||
})
|
||||
|
||||
Template.ionListButton.helpers({
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue