how to load view in angular

could you please tell me how to use require js in ionic + angular js ..Actually I am able to make main.js file. and also able to make controller and view .But it is not display why ?

here is plunker http://plnkr.co/edit/vczy2KHFxLEuVvt3q0rk?p=preview

requirejs.config({
    paths: {
        ionic:'http://code.ionicframework.com/1.0.0-beta.1/js/ionic.bundle.min',

    },
    shim: {
        ionic : {exports : 'ionic'}
    }
});

any way to load view ?