fullscale / elastic.js

A JavaScript implementation of the elasticsearch Query DSL
http://docs.fullscale.co/elasticjs/
MIT License
654 stars 163 forks source link

Upgrade Angular.JS to version 1.2.3 #47

Closed michael-bouvy closed 10 years ago

michael-bouvy commented 10 years ago

Upgraded Angular.JS version to 1.2.3 in examples, and added the standalone Angular Route module.

Also had to fix the way results are passed to the templates as promises are no more automatically unwrapped in Angular.JS >= 1.2.

mattweber commented 10 years ago

Thanks for the PR, unfortunately in the next version we will no longer support low level communication via clients. Please use the official javascript client which has it's own angular client. The next version of elastic.js will work seamless with the official client.