Home but not in tabs

Hi all, I’m developing an app based on tabs.

Now I want that this app start with a ion-view that the user can see only when the app start. Like a home where I (app) show a beautiful useless presentation image. In this ion-view I want to display tabs, but I do not want there to be a reference to this “home” page in the tabs.

I have tried to create a .state() with this “useless state” and insert this like “default state” ($urlRouterProvider.otherwise) without insert it in the tabs HTML template file, but obviously it does not work because ionic does not found the relative ion-view “home”.

So, is this possible ?

M.