Skip to content

Commit

Permalink
StudentSupportForm: Restructuring service layer #1450
Browse files Browse the repository at this point in the history
  • Loading branch information
ltwheeler committed Nov 28, 2017
1 parent 5f5afea commit 0338c17
Show file tree
Hide file tree
Showing 6 changed files with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
instructionalSupportApp.directive("studentPreferenceSelector", this.studentPreferenceSelector = function ($rootScope, instructionalSupportAssignmentActionCreators) {
return {
restrict: 'E',
templateUrl: 'StudentPreferenceSelector.html',
templateUrl: 'studentPreferenceSelector.html',
replace: true,
scope: false,
link: function (scope, element, attrs) {
Expand Down

0 comments on commit 0338c17

Please sign in to comment.