Skip to content

Commit

Permalink
fix(core/diffs): Fix misnamed tempate field
Browse files Browse the repository at this point in the history
  • Loading branch information
christopherthielen committed Feb 21, 2019
1 parent 5cf6c79 commit 39f6858
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -160,7 +160,7 @@ export const viewChangesLinkWrapper: IComponentOptions = {
linkText: '<?',
nameItem: '<',
},
tempate: `<view-changes-link change-config="$ctrl.changeConfig" view-type="{{::$ctrl.viewType}}" link-text="{{::$ctrl.linkText}}" name-item="$ctrl.nameItem"></view-changes-link>`,
template: `<view-changes-link change-config="$ctrl.changeConfig" view-type="{{::$ctrl.viewType}}" link-text="{{::$ctrl.linkText}}" name-item="$ctrl.nameItem"></view-changes-link>`,
};

export const VIEW_CHANGES_LINK = 'spinnaker.diffs.view.changes.link';
Expand Down

0 comments on commit 39f6858

Please sign in to comment.