Restangular: Error: Unknown Provider: Restangularprovider <- Restangular
I'm trying to use restangular as an adapter for rails rest api, but i can't make it work properly. I've downloaded the latest version and put the file in vendor/assets/javascripts
Solution 1:
As per my comment, you're defining the module twice, the second time it overrides your restangular
inclusion.
Post a Comment for "Restangular: Error: Unknown Provider: Restangularprovider <- Restangular"