Skip to content

Commit

Permalink
comments added for Yan and Sang
Browse files Browse the repository at this point in the history
  • Loading branch information
panavrin committed Feb 24, 2016
1 parent cd1878f commit e52fde2
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 0 deletions.
1 change: 1 addition & 0 deletions lib/recordings/data.json
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
{"52361a01-890c-324f-5da6-af2b203db867":{"id":"52361a01-890c-324f-5da6-af2b203db867","response":[]},"b694280c-af63-798e-3f44-e8a940052028":{"id":"b694280c-af63-798e-3f44-e8a940052028","response":[]},"cb7f5402-dcd8-0bec-e42a-8953f26fab79":{"id":"cb7f5402-dcd8-0bec-e42a-8953f26fab79","response":[]}}
8 changes: 8 additions & 0 deletions lib/response/controllers/main.controller.js
Original file line number Diff line number Diff line change
Expand Up @@ -125,6 +125,14 @@ module.exports = function(app) {
$rootScope.isRejecting = false;

$scope.selectedObj = obj;

// run the following only if it is solved
/*if(obj.status == "received"){
// open a new tab
// need to access myArr[obj].livewriting_logs
// set the enw tab with myArr[obj].livewriting_logs.initial_text
}
*/
}


Expand Down

0 comments on commit e52fde2

Please sign in to comment.