ahdinosaur / bigspace

an infinite space of resources
MIT License
1 stars 1 forks source link

add resources nav to detailed view of space #45

Closed wolfbiter closed 11 years ago

wolfbiter commented 11 years ago
    ////
    //// resources nav
    ////
    //function(callback) {
    //  var resourceNames = ['space'];
    //  // for each resource
    //  async.each(resourceNames,
    //    // render
    //    function(resourceName, callback) {
    //      resource[resourceName].view.index.present({
    //        data: {
    //          action: 'create',
    //          depth: 'min'
    //        },
    //        layout: false
    //      }, function(err, result) {
    //        if (err) { return callback(err); }
    //        $('#resources-nav').append(result);
    //        callback(null);
    //      });
    //    },
    //    callback);
wolfbiter commented 11 years ago

related to #27

ahdinosaur commented 11 years ago

fixed with 0ef506bf28e2d6a6c72e4204bd8dd357df9c1389