Currently in the nightly build, and scheduled for the 0.9.25 release, is that all of Ionic’s directives will now be prefixed with ion-. The underlying decision behind this is to avoid any conflicts with your code or other libraries in the future.
Not a bad idea, but the docs are already updated prior to the code being updated, so until 0.9.25 is out I’d expect a lot of confused users wondering why things don’t work.
Just starting a new app built with Ionic, this caused a momentary bit of confusion when we had started with the 0.9.24 the other day, and tried to follow tutorials for 0.9.25.
Thought the lacking of a prefix was an odd choice - glad to see it be part of 0.9.25, and thankfully we only had to adjust a small number of things since the project is only a few days old.