$window is a wrapper for Window , and Window has no height property . You can use innerHeight instead, like: $scope.popupHeight = $window.innerHeight;
$window is a wrapper for Window , and Window has no height property . You can use innerHeight instead, like: $scope.popupHeight = $window.innerHeight;