tbouron opened a new pull request #250:
URL: https://github.com/apache/brooklyn-ui/pull/250


   By default, AngularJS does not reevalute an expression if the left part 
doesn't change. This is exactly what happens with the `timeAgoFilter`: the 
timestamp never changes obviously and therefore, the display keeps displaying 
the evaluated value at the moment of the first page display.
   
   Marking the filter as `stateful` forces AngularJS to reevaluate when the 
scope changes.
   
   By doing this, the task list (App Inspector) now updates the started time 
column on the fly


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: dev-unsubscr...@brooklyn.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


Reply via email to