We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Hello, I will appreciate very much if you could help me. I'm trying to integrate ng-nestable into an app which already using require.js
I have tried several ways but I always get requirejs errors if I include ng-nestable.
I have noticed that project modules are defined in different way, for example:
define([ 'angular', 'angular-couch-potato', 'angular-ui-router', 'angular-resource' ], function (ng, couchPotato) { 'use strict';
var module = ng.module('app.analisis', [ 'ui.router', 'ngResource' ]); module.config(function ($stateProvider, $couchPotatoProvider) { .... }
Do you know if may I have to transform ng-nestable code in order to integrate with my applilcation.
Thanks in advance
Regards
The text was updated successfully, but these errors were encountered:
Already solved, it was easier than I thought! thanks
Sorry, something went wrong.
Well done. Can you share here for the others how you did it? And if its solved then this issue should get closed.
@manuelbcd, how you solved the problem?
Thanks!
No branches or pull requests
Hello, I will appreciate very much if you could help me. I'm trying to integrate ng-nestable into an app which already using require.js
I have tried several ways but I always get requirejs errors if I include ng-nestable.
I have noticed that project modules are defined in different way, for example:
define([
'angular',
'angular-couch-potato',
'angular-ui-router',
'angular-resource'
], function (ng, couchPotato) {
'use strict';
Do you know if may I have to transform ng-nestable code in order to integrate with my applilcation.
Thanks in advance
Regards
The text was updated successfully, but these errors were encountered: