Skip to content

Commit f876615

Browse files
author
Tim Geyssens
committed
Also removes it from the controller
1 parent f985e7f commit f876615

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

Analytics/App_Plugins/Analytics/backOffice/AnalyticsTree/controllers/View.Controller.js

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -3,10 +3,10 @@
33

44
//Currently loading /umbraco/general.html
55
//Need it to look at /App_Plugins/
6-
$scope.dateFilter = settingsResource.getDateFilter();
7-
$scope.$watch('dateFilter', function () {
8-
console.log("parent watch");
9-
});
6+
//$scope.dateFilter = settingsResource.getDateFilter();
7+
//$scope.$watch('dateFilter', function () {
8+
// console.log("parent watch");
9+
//});
1010

1111
var viewName = $routeParams.id;
1212
viewName = viewName.replace('%20', '-').replace(' ', '-');

0 commit comments

Comments
 (0)