Skip to content

Commit

Permalink
Change call to websocketEvent
Browse files Browse the repository at this point in the history
  • Loading branch information
corneadoug committed Aug 30, 2016
1 parent eb69cf6 commit 340f0f1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion zeppelin-web/src/app/notebook/notebook.controller.js
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@ angular.module('zeppelinWebApp').controller('NotebookCtrl', function($scope, $ro
/** Init the new controller */
var initNotebook = function() {
if ($routeParams.revisionId) {
websocketMsgSrv.getNoteRevision($routeParams.noteId, $routeParams.revisionId);
websocketMsgSrv.getNoteByRevision($routeParams.noteId, $routeParams.revisionId);
} else {
websocketMsgSrv.getNotebook($routeParams.noteId);
}
Expand Down

0 comments on commit 340f0f1

Please sign in to comment.