nurugger07 / calliope

An elixir haml parser
Apache License 2.0
198 stars 37 forks source link

Incorrectly generates ng-class attribute #53

Closed thawatchai closed 8 years ago

thawatchai commented 9 years ago

I've found another bug as follows:

%li(ng-class="followees_tab") generates <li class="followees_tab" ng->

It should generates <li ng-class="followee_tabs">

BTW, we start using more calliope now. This library will be important for the success of phoenix framework. Probably, we will have chances to send pull requests soon.

smpallen99 commented 8 years ago

Fixed