Giter Club home page Giter Club logo

Comments (6)

flefevre avatar flefevre commented on August 27, 2024

Hello
since the Graph day in Paris, I have tried to test neo4j. I have runned exactly into the same problem. Checkbox are never saved.
I do not know if it comes from spring or from neo4j layer.

Any idea?

2017-09-29 08:35:47.712 DEBUG 14819 --- [io-8080-exec-10] o.n.ogm.context.register.EntityRegister : Added object to node registry: 5, Subject{id=5, name='subject', department=null, teachers=0}

from sdn-university.

flefevre avatar flefevre commented on August 27, 2024

I have found that in /sdn4-university/src/main/web/html/class-detail.html

 {{student.name}}

so is it
checklist-value="student.id" or checklist-value="student"

?

from sdn-university.

flefevre avatar flefevre commented on August 27, 2024

Or perhaps we are missing just a ng-click ?

from sdn-university.

jexp avatar jexp commented on August 27, 2024

Could you try it and if it works, send a PR?
That would be great, thanks.

from sdn-university.

flefevre avatar flefevre commented on August 27, 2024

Yes i am truying to do it.
By adding
ng-click="addRemoveStudent(class,student)"

I am able to do
// Toggle selection for a given fruit by name
$scope.addRemoveStudent= function addRemoveProduct(feeder,product) {
console.log('HERE');
feeder.products.push(product);
};

But I am not able to remove them on click again...SOmething I do not understand with checklist

from sdn-university.

flefevre avatar flefevre commented on August 27, 2024

I am not sure this is the good way, since each time you click it makes a push, rather waiting for the save button...
I am sorry.
But I think it is clearly important to have a running demo. When clicking on save, it should take all checkbox and make a add...

from sdn-university.

Related Issues (13)

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.