Binds a $location.search() property to a model on a scope; so that its initialised correctly on startup
and its then watched so as the model changes, the $location.search() is updated to reflect its new value
For controllers where reloading is disabled via "reloadOnSearch: false" on the registration; lets pick which
query parameters need to change to force the reload. We default to the JMX selection parameter 'nid'
Binds a $location.search() property to a model on a scope; so that its initialised correctly on startup and its then watched so as the model changes, the $location.search() is updated to reflect its new value
bindModelToSearchParam
Core