Investigating some performance optimizations, added more perf instrumentation & measurements

This commit is contained in:
Torkel Ödegaard
2015-05-09 15:26:39 +02:00
parent 7d4e676cfd
commit 59a2109cab
4 changed files with 58 additions and 3 deletions

View File

@@ -15,7 +15,7 @@ function (angular, _) {
},
restrict: 'E',
controller: 'PanelLinksEditorCtrl',
templateUrl: 'app/features/panellinkeditor/module.html',
templateUrl: 'app/features/panellinks/module.html',
link: function() {
}
};