Implement review feedback

This commit is contained in:
sanchitraizada
2017-06-01 17:57:09 -04:00
committed by Ben Tranter
parent a927b893ae
commit 77c046aac6
20 changed files with 173 additions and 191 deletions

View File

@@ -6,6 +6,7 @@ import coreModule from '../core_module';
export class DeltaCtrl {
observer: any;
/** @ngInject */
constructor(private $rootScope) {
const waitForCompile = function(mutations) {
if (mutations.length === 1) {
@@ -70,7 +71,7 @@ export function linkJson() {
link: '@lineLink',
switchView: '&',
},
templateUrl: 'public/app/features/dashboard/audit/partials/link-json.html',
templateUrl: 'public/app/features/dashboard/history/partials/link-json.html',
};
}
coreModule.directive('diffLinkJson', linkJson);