Skip to content

Commit f337833

Browse files
committed
forgot to save a file last commit
1 parent ee046af commit f337833

1 file changed

Lines changed: 0 additions & 4 deletions

File tree

src/components/training/trainingCtrl.js

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,10 @@
11
/**********TRAINING CONTROLLER************/
22

3-
<<<<<<< HEAD
4-
angular.module('app').controller('trainingCtrl', function($scope, $state, mainService) {
5-
=======
63
// each Ctrl should call - mainService.user - for access to the user object
74

85
angular.module('app').controller('trainingCtrl', function($scope, $state, mainService, $stateParams) {
96

107
$scope.kataid = $stateParams.kataid;
11-
>>>>>>> master
128

139
/** Create text areas **/
1410
var textarea1 = document.getElementById('solution-input');

0 commit comments

Comments
 (0)