-
Notifications
You must be signed in to change notification settings - Fork 30
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add Jade Template Support #18
Comments
Thanks for submitting the issue John. I haven't used Jade templates before so I'm not exactly sure what the issue might be at the moment. I put this as a potential-feature-discussion. I'm curious though, since angular already is a templating engine, why do you need jade? What's the use case for using two templating systems together? |
Jade is the view engine of choice served from node.js, once you get used to it, it's hard to go back. At any rate not sure why jade is the culprit as node converts to html. That's why I sent the html, it just shows as 1 row in runtime. I will test some more tomorrow but it seems to pick up the header height and if I change from 32 to 320 all the row display but header is covered. |
oh that makes sense, so jade is the node templating engine, so there is still just one templating engine in the browser, being angular. Gotcha. Can you put the html in with the markdown syntax so I can see the code? The three backticks to start and end? |
I will try again and change the html so it's not rendered. |
I got it to work! Must fiddle with tab settings for each row.
Thanks |
Nice!! This is awesome John. |
added to documentation. |
i wish it was possible to view the source of peoples comments... Saying tabs are important and then presenting a code snippet that fails to represent those important tabs is slightly frustrating. |
Hi,
I'm trying to use angular-table in a nodejs/jade enviornment followed the documentation and using both css files provided in the demo. The following displays the data but only display a table height of 32.
TIA
John
Jade file
p
#inside
#header
input.search-query(style='width:100px', type='text', ng-model='filterText', placeholder='Filter')
Html
Html
The text was updated successfully, but these errors were encountered: