chore(hint.html): change ng-bind to ng-show

test-unit-sauce
Carlos Guillen 10 years ago
parent 85606bb78c
commit 3b55f063e5

@ -59,8 +59,8 @@
</tr>
</tbody>
</table>
<div>
<h3 ng-bind="isEmpty"></h3>
<div ng-show="!messageData[module][type].length">
<h3>There are no messages in this category.</h3>
</div>
</div>
</div>
@ -68,4 +68,4 @@
</div>
</div>
</body>
</html>
</html>