Skip to content

Commit

Permalink
add note about Cloud.getUrlFor()
Browse files Browse the repository at this point in the history
  • Loading branch information
mikermcneil committed Feb 15, 2019
1 parent 0a3205f commit b761771
Showing 1 changed file with 8 additions and 3 deletions.
11 changes: 8 additions & 3 deletions dist/cloud.js
Expand Up @@ -229,15 +229,20 @@
var Cloud = {};


// FUTURE: Cloud.getUrlFor()
// (similar to https://sailsjs.com/documentation/reference/application/sails-get-url-for)
// (but would def need to provide a way of providing values for URL pattern variables like `:id`)


// - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
// FUTURE: finish this when time allows (would be better to have it work by attaching dedicated
// FUTURE: finish this when time allows (might be better to have it work by attaching dedicated
// nav methods rather than a generic nav method though)
// ```
// // A mapping of names of view actions to URL
// // > provided to `.setup()`, for use in .navigate()
// var _navigableUrlsByViewActionName;


//
//
// /**
// * Cloud.navigate()
// *
Expand Down

0 comments on commit b761771

Please sign in to comment.