tech: url and query mobx store so now react components and containers can read and modify url path and query via mobx store

This commit is contained in:
Torkel Ödegaard
2017-12-31 22:31:11 +01:00
parent 029317ed18
commit 8f50795a94
14 changed files with 93 additions and 160 deletions

View File

@@ -13,7 +13,7 @@ function WrapInProvider(store, Component, props) {
}
/** @ngInject */
export function reactContainer($route) {
export function reactContainer($route, $location) {
return {
restrict: 'E',
template: '',