mirror of
https://github.com/donl/meteor-ionic.git
synced 2026-05-31 22:07:29 -06:00
argg! enough is enough
This commit is contained in:
parent
eda781eb9e
commit
5b09a64806
1 changed files with 0 additions and 8 deletions
|
|
@ -40,14 +40,6 @@ Template.ionItem.helpers({
|
|||
return this.target;
|
||||
},
|
||||
|
||||
isAnchor: function () {
|
||||
return !_.isUndefined(this.href) || !_.isUndefined(this.path) || !_.isUndefined(this.url) || !_.isUndefined(this.route);
|
||||
},
|
||||
|
||||
target: function () {
|
||||
return this.target;
|
||||
},
|
||||
|
||||
url: function () {
|
||||
if (this.href) {
|
||||
return this.href;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue