angular-elasticsearch-demo
angular-elasticsearch-demo copied to clipboard
Dear Adam, Thank you for your tutorial. Unfortunately, I receive the the following error when starting the app: `"require" is undefined`  I'd appreciate your help!
Hello Adam, I am going through your tutorial about elasticsearch, actually I am new to this and ust atarted learning it, I found this tutorial really nice end to end...
Constantly getting this error: Error: [ngRepeat:dupes] Duplicates in a repeater are not allowed. Use 'track by' expression to specify unique keys. Repeater: ingredient in recipe.ingredients, Duplicate key: string:, Duplicate value:...
Hi Adam! thank you for your tutorial ! So I'd like to learn angular: I downloaded the db of recipes, ES, and created an index (following your tutorial). i run...
Hi Adam. I like this demo; thanks for sharing! I got it to work some time ago and am revisiting it. This time, I get 'no results' every time. My...
Could you also please explain the meaning of: function($q, elasticsearch, $location) you pass to the factory? and: function(recipes, $scope, $location) you pass to the controller? I got the sense you...