MCPcopy Index your code
hub / github.com/JLiscom/OpenNote / loadCurrentFolderContents

Function loadCurrentFolderContents

openNote/controllers/folderController.js:213–219  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

211 * Load the current folders contents
212 */
213 var loadCurrentFolderContents = function() {
214 storageService.loadFolderContents($scope.currentFolder._id).then(function(results) {
215 $scope.currentFolderContents = results.rows;
216
217 $scope.$apply();
218 });
219 };
220
221 //Load current folder
222 $timeout($scope.loadCurrentFolder);

Callers 1

Calls

no outgoing calls

Tested by

no test coverage detected