The "back" button missing bug still exist?

@lesliechw
@kamleshkoringa
@lesliechw

See: Back button missing sometimes

Re:

Its a BUG :frowning:

See this fork of your Plunker: http://plnkr.co/edit/JVvifeOX5VSDGoa8lrTJ?p=preview

I updated the Plunker to use 1-0-1 (1.0.1 “vanadium-vaquita” released!) which didn’t work so I checked my bower.json and noticed that I am still using:

"ionic": "v1.0.0-rc.3"

which works, index.html:

<link rel="stylesheet" href="http://code.ionicframework.com/1.0.0-rc.3/css/ionic.css" />
<link rel="stylesheet" href="style.css" />
<script src="http://code.ionicframework.com/1.0.0-rc.3/js/ionic.bundle.js"></script>

Note: I also updated from href to ui-sref in several files + fixed ‘menu.html’ as well :slight_smile:

Raised as issue 4132: https://github.com/driftyco/ionic/issues/4132