• Jai Bhagat's avatar
    edit ember-can to add additional attribute for namespace · d92261e2
    Jai Bhagat authored
    We wanted the ability to get our namespace from query params
    in order to do this, we're using additional attributes via
    ember-can to set a bound property directly from our
    handlebar file. This sets us up better in the event that
    the namespace filter changes on the UI because our handlebar
    file will be aware of the change, whereas our ability may not
    update as the namespace filter updates.
    d92261e2