From 9af0f24e80538287c6ed3a903dd45c581fdebb8a Mon Sep 17 00:00:00 2001 From: Soham Banerjee Date: Sat, 3 Oct 2015 19:44:44 +0530 Subject: [PATCH 1/2] Fix 404 in browser by using ng-src instead of src --- templates/item-template.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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}} - + From bc92aefb85388aeb58f43a089708c23b88c26cd1 Mon Sep 17 00:00:00 2001 From: Soham Banerjee Date: Sat, 3 Oct 2015 19:46:34 +0530 Subject: [PATCH 2/2] Fix another 404 in the default item template --- src/ionic-fancy-select.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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}} '; } },