You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Also, in case you need attributes without any value at whole (for exemple in Vue.js <div v-else>), I made a fix, here is the repo : https://github.com/seballot/haml-js
your can add it to your project with npm install seballot/haml-js#master
To preface this issue, it's an AngularJS template, which is why I have the attribute with no value.
Given the following HAML...
...or given this...
...outputs...
I want the output to be:
Is this a bug or am I missing some option that I need to pass when I render?
The text was updated successfully, but these errors were encountered: