Remove binding behavior as view dependency
Pre-release
Pre-release
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'))