dimanche 6 août 2017

Styling within handle bars

I am new to ember and could use some help trying to style my progress bar I have created. This is what is creating the progress bar:

 

and I would like to style it using this code in the controller:

export default Ember.Controller.extend({

    myStyle: "color: #3a3a3a"

});

but this does not work. Any suggestions on what I need to do differently?




Aucun commentaire:

Enregistrer un commentaire