swiftanthony
Results
2
issues of
swiftanthony
Materialize css version: `1.0.0` JS: ``` $('.carousel').carousel({ dist: 0, shift: 5, numVisible: 5, indicators: true, noWrap: false, fullWidth: false, duration: 200, }); ``` HTML: ``` ``` When there are 2...
I have a child router defined. In main app file app.js I am listening for navigation success event: ``` eventAggregator.subscribe('router:navigation:success', navigationInstruction => {...}) ``` Now I am navigating to a...
enhancement