Lumardyelson Durans
Lumardyelson Durans

Reputation: 1

Add ng-Table ao Meanjs

I'm trying to add a third module for use.
The module is the ng-table.

When I add the module in applicationModuleVendorDependencies returned one dependency injection error.

Am I not doing the right thing?

Someone has already implemented the ngTable using the yeoman generator MEANJS?

Upvotes: 0

Views: 103

Answers (1)

hisabimbola
hisabimbola

Reputation: 306

Seeing the code would have been the best thing so that I can get to know what you exactly doing wrong or forgot to do, but I think either one or more of the following could be the cause

  • you forgot to include it in your lib files in the config > env > development.js
  • the library is not install yet
  • or just a small typo somewhere

but I strongly suspect it would be the first point, as I have used it before, and worked just fine with meanJS

Upvotes: 1

Related Questions