backbone-directory icon indicating copy to clipboard operation
backbone-directory copied to clipboard

Sample Application built with Backbone.js and 3 different UI toolkits: Twitter Bootstrap, jQuery Mobile, and custom iPhone skins

Results 12 backbone-directory issues
Sort by recently updated
recently updated
newest added

Hi, When I test API, I receive a SQL Error: http://coenraets.org/directory/api/employees/1 Do you have a JSON examples for this queries? https://github.com/ccoenraets/backbone-directory/blob/master/api/index.php Juan Antonio

Hi there, I've created a new Hybrid application in Visual Studio 2013 and copied the demo project over so that I can see the demo just fine in the emulator....

Some Android devices using Phonegap are unable to pull files correctly without the HTML dataType

I think it is better to have catalog displaying some faces... In that way it is easier to say whether the app is working or not. BTW: keen to learn...

This pull, includes api support for a nodejs server that is compatible with backbone-directory. It does need change the UI code, just adds a new directory for the node implementation....

Here is another node backend for the backbone-directory sample, which works with the existing MySQL data store. This node backend also serves up the required static files, so no additional...

Thanks for your work. It's very nice to see a minimal but working example. I have cloned your app in a repo and mucked around a bit with but I...

Hi, Is possible load correct page when someone type: www.domain.com/contact this load www.domain.com/#contact Thanks

**api/index.php** need 'group by e.id' at the end of the sql string, while it has 'count(r.id)' in select part.

In the jquerymobile implementation the app is bootstrapped in main.js using `$(document).ready(function () { .. }` However the JQM docs state clearly to not use $(document).ready() but use $(document).bind('pageinit') instead....