connect icon indicating copy to clipboard operation
connect copied to clipboard

Connect - Simple contact manager (Symfony2, FOSRestBundle, Backbone.js)

Results 3 connect issues
Sort by recently updated
recently updated
newest added

simply add RDFa attributes to the HTML and then load the contact infos into Backbone.js using VIE and sync then with the server via json-ld some of the work can...

imho this just makes the app seem more complex than it is. you can just decide which index template to load based on the url pattern

see here for an example https://github.com/liip/LiipHelloBundle/blob/master/Controller/RestController.php#L80 this would allow you to leverage the form layer instead of manually doing: https://github.com/dsyph3r/connect/blob/master/src/Connect/ContactBundle/Controller/ContactController.php#L53 furthermore the redirect at the end you can also leave...