mirror of
https://github.com/ionic-team/ionic-framework.git
synced 2026-03-13 10:22:08 +08:00
Previously a css class generated from the JS class name, was automatically being added to the page element. However, the JS class name returned is not consistent among all browsers. Instead of automatically applying a css classname, we now recommend adding a `selector` to each page component.