adambard / adambard/angular-elasticsearch-demo

factory and controller

オープン
#2 コメント 1 件 リアクション 0 件 担当者 0 名 GitHub で見る
主要言語
JavaScript
スター
64
フォーク
35
PR マージ指標
30日以内にマージされた PR はありません

説明

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 pass a value from the controller to the factory, is it that?
(from input search field, to factory, which produces the obj of results)
But I didn't understand how is done exactly.

Also,
what's the need of:
['$locationProvider', function($locationProvider){
$locationProvider.html5Mode(true);
}]

in the module?
I read your blog but didn't understand these passages.

Thank you!

コントリビューションガイド

このリポジトリのコントリビューションガイドは索引されていません

評価

この issue はまだ評価されていません。

新しい issue をメールで受け取る

初心者向けの GitHub issue を短くまとめたダイジェスト。