Popover is not shown if content is 0 (numeric)
Created by: ashmind
We use popover to show some counts/stats, so it is not surprising we just put a number in there. However 0 doesn't show up -- probably because it's falsy.
Example: http://jsfiddle.net/fL5s3hmp/5/ (press Test-0 to see the problem).