author | nowmad@23.1.168.192.in-addr.arpa |
Fri, 22 Jan 2016 11:23:23 +0100 | |
changeset 97 | 32c0f831de45 |
parent 96 | 719390899adf |
child 176 | d1baf7ccecc8 |
permissions | -rw-r--r-- |
96
719390899adf
add action helper on "thematique" click or input enter to set the "thematique" parameter
nowmad@23.1.168.192.in-addr.arpa
parents:
diff
changeset
|
1 |
import Ember from 'ember'; |
719390899adf
add action helper on "thematique" click or input enter to set the "thematique" parameter
nowmad@23.1.168.192.in-addr.arpa
parents:
diff
changeset
|
2 |
|
719390899adf
add action helper on "thematique" click or input enter to set the "thematique" parameter
nowmad@23.1.168.192.in-addr.arpa
parents:
diff
changeset
|
3 |
export default Ember.Controller.extend({ |
719390899adf
add action helper on "thematique" click or input enter to set the "thematique" parameter
nowmad@23.1.168.192.in-addr.arpa
parents:
diff
changeset
|
4 |
actions: { |
719390899adf
add action helper on "thematique" click or input enter to set the "thematique" parameter
nowmad@23.1.168.192.in-addr.arpa
parents:
diff
changeset
|
5 |
updateUrl: function(selection){ |
719390899adf
add action helper on "thematique" click or input enter to set the "thematique" parameter
nowmad@23.1.168.192.in-addr.arpa
parents:
diff
changeset
|
6 |
this.transitionToRoute({queryParams: {thematique: selection}}); |
719390899adf
add action helper on "thematique" click or input enter to set the "thematique" parameter
nowmad@23.1.168.192.in-addr.arpa
parents:
diff
changeset
|
7 |
} |
719390899adf
add action helper on "thematique" click or input enter to set the "thematique" parameter
nowmad@23.1.168.192.in-addr.arpa
parents:
diff
changeset
|
8 |
} |
719390899adf
add action helper on "thematique" click or input enter to set the "thematique" parameter
nowmad@23.1.168.192.in-addr.arpa
parents:
diff
changeset
|
9 |
}); |