ng-nestable
ng-nestable copied to clipboard
requirejs and angular-nestable
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
Already solved, it was easier than I thought! thanks
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!