Joined November 2013
·
Posted to
Doing slim templates with angular & rails? Try this.
over 1 year
ago
Awesome tip! One thing that tripped me up is that I had to change:
= img_tag asset_path("logo.png")
to
= image_tag asset_path("logo.png")
Achievements
8 Karma
0 Total ProTip Views
Charity
Fork and commit to someone's open source project in need
One more thing: I also had to rename the coffee file:
to