Skip to content

Commit

Permalink
remove additional arguments
Browse files Browse the repository at this point in the history
  • Loading branch information
fredkingham committed Jan 23, 2017
1 parent 8ac510f commit 180beaa
Showing 1 changed file with 1 addition and 7 deletions.
8 changes: 1 addition & 7 deletions pathway/static/js/pathway/services/pathway.js
Original file line number Diff line number Diff line change
Expand Up @@ -37,13 +37,7 @@ angular.module('opal.services').service('Pathway', function(
self.template_url,
self.steps
);
pathwayTemplateLoader.load(
self.scope,
self.pathway_insert,
self.step_wrapper_template_url,
self.template_url,
self.steps
);
pathwayTemplateLoader.load();
});
},
createSteps: function(stepDefinitions, scope, episode){
Expand Down

0 comments on commit 180beaa

Please sign in to comment.