Joe Pea

Results 1897 comments of Joe Pea

Trying scrolling slowly to make sure your mouse is on top of the colored squares. For me, there's no scrolling of the body when I scroll one of the ScrollViews....

Alright, try this: ``` js angular.module('famous-university', ['famous.angular']) .controller('ScrollCtrl', ['$scope', '$famous', function($scope, $famous) { var EventHandler = $famous['famous/core/EventHandler']; $scope.views = [{color: 'red'}, {color: 'blue'}, {color: 'green'}, {color: 'yellow'}, {color: 'orange'}]; $scope.myEventHandler...

Oh, interesting. Here's a simpler example, just surfaces in the scroll view: ``` html paragraph paragraph paragraph paragraph paragraph paragraph paragraph paragraph paragraph paragraph paragraph paragraph paragraph paragraph paragraph paragraph...

Looks sweet! Just needs to fill my whole screen on Nexus 5 Chrome. xD Do email attachments work? Do you see the screenshot? /#!/JoePea On Nov 8, 2014 7:09 AM,...

@PEM-- ah, here it is: ![shot](http://i.imgur.com/ZfLOQjH.png)

Haha. Got a screenshot?

Haven't had time this weekend for fun stuff. Just work. :'( I'll be back to try and see why this happens. Of thing is I tried this again today and...

@gadicc ### Re: registering views I just read http://famous-views.meteor.com/views/README. Doh! I should've looked first, but yeah, basically that. We were thinking the same thing. xD Let me actually try it...

Adding to the idea of reducing friction for end users, I think that all the default Famo.us views shouldn't need to be registered manually by the end user. Users should...