daniel-nagy / md-data-table

Material Design Data Table for Angular Material
MIT License
1.9k stars 519 forks source link

md-data-table.min.js:1 Uncaught ReferenceError: angular is not defined #366

Open harshaldhake opened 8 years ago

harshaldhake commented 8 years ago

Hi ,

Thank you for the md table directive. Its very nice in look and feel. After integration of this I am getting above error. Can you please guide.

Thanks

daniel-nagy commented 8 years ago

Are you loading Angular in your index.html file before this module?

harshaldhake commented 8 years ago

Yups i am doing same On Apr 12, 2016 10:50 PM, "Daniel Nagy" notifications@github.com wrote:

Are you loading Angular in your index.html file before this module?

— You are receiving this because you authored the thread. Reply to this email directly or view it on GitHub https://github.com/daniel-nagy/md-data-table/issues/366#issuecomment-208944377

daniel-nagy commented 8 years ago

Well Angular is not defined when the module is loaded, which leads me to believe there is something wrong with the way you are loading your dependencies (probably the order).

harshaldhake commented 8 years ago

Ok thanks . I will review the order sir On Apr 13, 2016 12:07 AM, "Daniel Nagy" notifications@github.com wrote:

Well Angular is not defined when the module is loaded, which leads me to believe there is something wrong with the way you are loading your dependencies (probably the order).

— You are receiving this because you authored the thread. Reply to this email directly or view it on GitHub https://github.com/daniel-nagy/md-data-table/issues/366#issuecomment-208984289