Hbp-mini-browser controller initialization


#1

I am using the hbp-mini-browser directive. It appears that it is not listening to change to the “hbp-current-entity” attribute.
In my case, this attribute is set asynchroneously through an HTTP call.
As a workaround, I am using a ng-if to defer the initialization of the directive.
would it be possible to watch the changes of this attribute.