mardi 17 décembre 2019

Setting raised = true to an ember button when on current page/template

   <div class="flex">
      <div class="layout-row layout-align-end-center">
        Overview
        Incomes
        Expenses
        Settings
      </div>
    </div>

So I am trying to set the raised=true whenever I am on certain page/template. The above code is from my application template. Is there any way of doing this using JS/Ember or should I just do it manually in each of my templates?




Aucun commentaire:

Enregistrer un commentaire