ionic-team / ionic-v1

The repo for Ionic 1.x. For the latest version of Ionic, please see https://github.com/ionic-team/ionic
Other
193 stars 187 forks source link

Bug: ion-nav-bar id #412

Closed rolinger closed 4 years ago

rolinger commented 4 years ago

I know Ionic v1 is no longer being maintained, however, I discovered that applying an id to <ion-nav-bar> has a bug.

If you add <ion-nav-bar id="ionNavBar"> what actually gets applied in the rendered HTML is <ion-nav-bar d="ionNavBar"> - ID becomes D.

You will need to search for tags based on class or tag name.

rolinger commented 4 years ago

NOT a bug! Grrr.....I had two index.html files open. The wrong one had id= in it, the correct one had d= in it. And I kept looking at the wrong one file seeing the correct syntax.