Git Product home page Git Product logo

generator-angular-crud's Issues

Problem with inserting data

It is an amazing tool but when i insert a new customer the only thing which be added in the localDiskDb is :
{
"id": 6,
"createdAt": "2016-02-23T14:08:57.656Z",
"updatedAt": "2016-02-23T14:08:57.656Z"
},
the name , address, state and country are not added i didn't understand why so what shall i do?

Problem in method GET

Hello,
I have used angular crud generator in many projects but every time the method GET didn't work ! i got an error on my server :

sans titre

Please help, it is urgent !

Postgres table names

Do I need to pluralize the resource when using a relational db? Table names as in users, processors, etc.

Remove a feature

Hello, this generator looks good for my project, but I'm wondering how to remove a feature?

If I need to drop a table from my structure, how do I remove the corresponding feature from my app?

TypeError: actionUtil.populateEach is not a function at findRecords - api\blueprints\find.js:48:22

It is an good script but, Just by clicking on the client module item, sailsjs gives the following error:

error: Sending 500 ("Server Error") response:
TypeError: actionUtil.populateEach is not a function
at findRecords (C:\xampp\htdocs\sails\dq\Server\api\blueprints\find.js:48:22)

My model Cliente.js:
module.exports = {

attributes: {
nombre: {type: 'string'},
name: {type: 'string'},
apellido: {type: 'string'},
identificacion: {type: 'string'},
direccion: {type: 'string'},
municipio: {type: 'string'},
pais: {type: 'string'}
}
};

Use it with any rest CRUD

Hi!

This app sounds very interesting. Since I'm not using Sails, how can I do/adpat it to use it with any rest CRUD interface?

Tanks!

Error to run app

im uploading an error file that shows my problem that is basicly

Uncaught TypeError: Cannot read property 'type' of undefined on file api-check.js line 611

am i doing somethig worng?

How can i present associations between classes

Hello,
if i have an association for example one to many between two classes 'Client' and 'Account'
in the server side in th model Client i put a collection of Account like this :

module.exports = {

attributes: {
name:'string',
lastname:'string',
accounts:{
collection:'Account',
via:'client'
}
}
};

and for the model Account i put a model of Client like this :

module.exports = {

attributes: {
numero:'string',
client:{
model:'Client'
}
}
};

but for the client side what i do ??

please i need help it is urgent !
Thank you

Problem with nested views??

I am using your project to setup an app with nested views. I have the list page working, but the links to the the detail page doesn't work. It looks like the route is not setup correctly. If I make a "normal" route by taking the dot notation out and correcting the URL/etc everything works fine.

Thoughts?

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.