diff --git a/src/ionic-fancy-select.js b/src/ionic-fancy-select.js index 5fda21f..306dc59 100644 --- a/src/ionic-fancy-select.js +++ b/src/ionic-fancy-select.js @@ -18,7 +18,7 @@ angular.module("ionic-fancy-select", ["ionic"]) if (attrs.templateUrl) { return ""; } else { - return ' {{text}} {{noteText}} '; + return ' {{text}} {{noteText}} '; } }, diff --git a/templates/item-template.html b/templates/item-template.html index 68eedf3..148260f 100644 --- a/templates/item-template.html +++ b/templates/item-template.html @@ -2,7 +2,7 @@ {{text}} {{noteText}} - +