mirror of
https://github.com/grafana/grafana.git
synced 2025-02-25 18:55:37 -06:00
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:
@@ -13,7 +13,7 @@ function WrapInProvider(store, Component, props) {
|
||||
}
|
||||
|
||||
/** @ngInject */
|
||||
export function reactContainer($route) {
|
||||
export function reactContainer($route, $location) {
|
||||
return {
|
||||
restrict: 'E',
|
||||
template: '',
|
||||
|
||||
Reference in New Issue
Block a user