Skip to content

Commit a49dfad

Browse files
author
Joshua Baert
committed
Finished up work today
1 parent 42f90a8 commit a49dfad

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

src/components/training/trainingCtrl.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@ angular.module('app').controller('trainingCtrl', function ($scope, $state, mainS
88
$scope.showInstruction = true;
99
$scope.showOutput = false;
1010

11+
1112
/** Create text areas **/
1213
var textarea1 = document.getElementById('solution-input');
1314
var solutionsCode = CodeMirror.fromTextArea(textarea1, {

0 commit comments

Comments
 (0)