Skip to content

Remove binding behavior as view dependency

Pre-release
Pre-release
Compare
Choose a tag to compare
@rmja rmja released this 19 Mar 15:41

Let the fontawesome binding behavior be included manually from now on by the application, instead of magically by the loader which caused some problems. From now on, one must include the loader as an aurelia plugin during boot:

aurelia.use.plugin(PLATFORM.moduleName('aurelia-fontawesome-loader'))