ionic issue on different version

I have created two codepen

one is using with 0.9.27 and other with 1.0.0-rc.4

for 0.9.27

<link href="http://code.ionicframework.com/0.9.27/css/ionic.min.css" rel="stylesheet">
<script src="http://code.ionicframework.com/0.9.27/js/ionic.bundle.min.js"></script>

http://codepen.io/calendee/pen/JdtuG

And for 1.0.0-rc.4*

http://codepen.io/anon/pen/GJgmyx

Now problem is that 0.9.27 is working fine but 1.0.0-rc.4 is not

Screen Shot for Error enter image description here

and working Screen shot ! enter image description here Image link http://i.stack.imgur.com/OlCM5.png Any idea?

Thanks