You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
A little research shows that the default FirechatUI depends heavily on jQuery (#29, #40, #46),
and jQuery conflicts with Angular which is integrated into Ionic.
To get started with a new UI layer, create a directory for your new interface under the layouts directory, using the name of your new interface.
Next, create a primary JavaScript interface for your UI using the name firechat-ui.js, and add styles, layouts, and templates following the same convention as the default layout.
Lastly, begin hooking into the Firechat API, detailed below, using the exposed methods and defined bindings.
Hi, is there any example to use this with cordova/ionic 2?
The text was updated successfully, but these errors were encountered: