so I have a jade snippet like this
.statusbox
h5 {{status}}
which is equivalent to
<h5 class = "statusbox"> {{status}} </h5>
two questions:
- one: Which ng directive we can use to trigger animation occur we defined in css file
- What naming convention should b used for css class.
Thanks so much!
Leon