daniel-nagy / fixed-table-header

Fixed table header directive.
MIT License
88 stars 36 forks source link

Is this directive requires the latest md-data-table in order to work? #10

Closed egantz closed 8 years ago

egantz commented 8 years ago

I have just installed it and for some reason it doesn't work. Claiming the directive 'fixed.table.header' cannot be found.

any ideas? I'm working with md-data-table v0.8 something. is that related to my case?

Thanks a ton.

daniel-nagy commented 8 years ago

No the data table version shouldn't make a difference. Can you confirm that the file is being fetched by the browser?

screen shot 2016-03-16 at 11 05 17 am

Also, you will probably want to make sure it is loaded before the entry point of you application.

egantz commented 8 years ago

Sorry for the delay. eventually I had a weird issue with Gulp. all good, now I can see the file being loaded in the Network tab. tried to insert the fix-head directive and I get this error: [$compile:ctreq] Controller 'mdTable', required by directive 'mdColumn', can't be found!

What am I doing wrong?

Using md-data-table v0.9.14

daniel-nagy commented 8 years ago

@eGantz closing this issue, head over to #152

daniel-nagy commented 8 years ago

Sorry, I just realized this issue may be specific to the fix-head Directive since you started getting the error after using it. You can open another issue if you like.

egantz commented 8 years ago

Thanks! Yeah it happens whenever I add the directive fix-head to the md-head. are you aware of this issue? is that related to the version I have?