diff --git a/demo/index.html b/demo/index.html index c2fc3e9..632d45a 100644 --- a/demo/index.html +++ b/demo/index.html @@ -116,6 +116,11 @@ $scope.remove = function(item) { $scope.data.splice($scope.data.indexOf(item), 1); }; + + $scope.$on('td.tileview.layout', function() { + console.log('layout'); + console.trace(); + }); }]);