JC

Results 2 issues of JC

We found a problem when parsing the following tag with angular expression in the attribute: ``` %li(ng-repeat="pager in paging.pagers" ng-class=" paging.pagination.current_page === pager ? 'active' : '' ") ``` Somehow,...

Sometimes, when I put an angular string interpolation ( using {{ }} ) in the attribute, for example: ``` %textarea.form-control(id="{{ journal_entry.id }}" rows=5) ``` It might generate an invalid HTML...