stephengolub / rxDataTable

A "catch-all" solution for displaying data in a table format in a basic or extremely complex style.
MIT License
15 stars 8 forks source link

ng-hide is always applied to the data table. #15

Closed Droogans closed 10 years ago

Droogans commented 10 years ago

I still can't seem to find any way of making the table visible.

Here is my html for the data table.

And my controller logic.

You can run grunt:serve at the commit shown above, and see that the table needs to have its ng-hide property removed before displaying.

stephengolub commented 10 years ago

Checkout #16

Removed the Visibility attribute. You should now use ng-hide/show on the data table to hide and show it.

Droogans commented 10 years ago

Closed with https://github.com/nickburns2006/rxDataTable/pull/16