-
Notifications
You must be signed in to change notification settings - Fork 11
Common Pitfalls
Tom Clement edited this page Sep 27, 2016
·
2 revisions
Make sure your controller is injected in your App class to the array of controllers. If you're using the Arva Seed project, you can add your new controller as a parameter in the Inject after HomeController.
Make sure you run npm run build
after every change, use jspm's watch command, or set up a WebStorm File Watcher task to run that command on every file change.
The FlexScrollView will not by default create listeners outside of the renderables it draws. You can either create a Famous surface behind the scrollView and .pipe() it to the scrollView, or use a container in the ScrollView.