ng-nestable icon indicating copy to clipboard operation
ng-nestable copied to clipboard

requirejs and angular-nestable

Open manuelbcd opened this issue 9 years ago • 3 comments

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

manuelbcd avatar Apr 09 '15 22:04 manuelbcd

Already solved, it was easier than I thought! thanks

manuelbcd avatar Apr 16 '15 20:04 manuelbcd

Well done. Can you share here for the others how you did it? And if its solved then this issue should get closed.

kamilkp avatar Apr 17 '15 05:04 kamilkp

@manuelbcd, how you solved the problem?

Thanks!

wagnerdevel avatar Oct 30 '16 23:10 wagnerdevel