Skip to content

Commit

Permalink
update path to sg ancestors template
Browse files Browse the repository at this point in the history
  • Loading branch information
balmas committed Feb 9, 2017
1 parent f80c196 commit 06abee3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/js/arethusa.sg/directives/sg_ancestors.js
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ angular.module('arethusa.sg').directive('sgAncestors', [
updateHierarchy();
});
},
templateUrl: './templates/arethusa.sg/ancestors.html'
templateUrl: 'js/arethusa.sg/templates/ancestors.html'
};
}
]);

0 comments on commit 06abee3

Please sign in to comment.