Skip to content
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

requirejs and angular-nestable #8

Open
manuelbcd opened this issue Apr 9, 2015 · 3 comments
Open

requirejs and angular-nestable #8

manuelbcd opened this issue Apr 9, 2015 · 3 comments

Comments

@manuelbcd
Copy link

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
Copy link
Author

Already solved, it was easier than I thought! thanks

@kamilkp
Copy link
Owner

kamilkp commented Apr 17, 2015

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

@wagnerdevel
Copy link

@manuelbcd, how you solved the problem?

Thanks!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants