Creating Login screen

Hi Guys,

I am new in Ionic, i would like to ask anyone here how to create login screen in ionic?

Here is my plunker:

I try to create simple login mechanism, while press button login, then directly go to index with some validation. I noticed in my plunker, in intro page i want Header to be removed, and index page without “back” button anymore.

Thank you
Andi

Hi Guys,

I have found the solution for this,
Hide nav bar

<view title="title" hide-nav-bar="true">

Hide back button

<content has-header="true" >

also updated my plunker

Thanks :smile:

Also, to hide the back button : <view title="title" hide-nav-bar="true" hide-back-button="true">

Hi @Calendee,

Thank you very much :smile: