Created by: altschuler
I needed a modal to be hidden from start, but using {show:false} didn't hide it, only the backdrop. I realise that I could just set display:none on the element, or otherwise hide it manually, but I thought it logical that bootstrap would do it for me since I'm explicitly setting show=false.
Check out this fiddle http://jsfiddle.net/SKtKa/5/ to see what i mean.