-
Notifications
You must be signed in to change notification settings - Fork 56
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
Implementing ANGULAR-SAILS in Laravel-Angular-Admin #99
Comments
See the usage section of the readme, the module name is
|
Thax @TheSharpieOne, i fix the mistake, but now the app show me this... i dont know if i have to register the dependence in laravel-angular-admin framework in bower.json file... i have this.
did you see some mistake? |
It's |
Dont worry...i solve the mistake...in component controller the provider like this Call the provider $sails. |
yes...you rigth men...thax u!!! |
Hi, i have some proble when i try to implement angular-sails in my angular-laravel-admin project.
I install angular-sail package with bower and in my index.module.js i have this:
angular.module('app.components', [ 'ui.router', 'angular-loading-bar', 'restangular', 'ngStorage', 'satellizer', 'ui.bootstrap', 'chart.js', 'mm.acl', 'datatables', 'datatables.bootstrap', 'checklist-model', "angular-sails" ])
and in my component look like this
class EmissionPolicyListsController{ constructor($scope, $state, $log, $compile, DTOptionsBuilder, DTColumnBuilder, API, $stateParams, $uibModal, $http, ngSails){
when i run the app, show me this error message
Error: [$injector:modulerr] Failed to instantiate module app.components due to: Error: [$injector:modulerr] Failed to instantiate module angular-sails due to: Error: [$injector:nomod] Module 'angular-sails' is not available! You either misspelled the module name or forgot to load it. If registering a module ensure that you specify the dependencies as the second argument.
Can someone tell me what I'm doing wrong ?
Thx
The text was updated successfully, but these errors were encountered: