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