Questions tagged [famous-angular]

AngularJs bindings for Famo.us

A library that provides bindings for .

40 questions
0
votes
2 answers

Google Maps inside Famo-us Surface not draggable on mobile

I am running angular-google-maps inside a famous-angular surface as follows:
0
votes
1 answer

Make Famo.us / Angular fa-image not selectable

Does anyone know of a way to make an 'fa-image' not draggable and not selectable, at the same time? I have this surface displayed in 'fa-container-surface' and want to disable image selection because of scroll and drag and drop doesn't work if popup…
Geoffrey Lalloué
  • 1,456
  • 1
  • 20
  • 43
0
votes
1 answer

How to use angular injection with a dynamically loaded controller

How do I get a dynamically loaded template and controller injected? After loading my .html partial and .js controller, I would assume the next step is $injector? But how do I use it? something like this...? My progress so…
sday
  • 1,041
  • 14
  • 22
0
votes
1 answer

How to dynamically change eventHandler in Famo.us/Angular fa-pipe-to

I'm trying to modify eventHandler on fa-pipe-to in my controler but modification is not working. In my view, i have a 'scroll-view' with a surfaces loop. Each surface pipe a event handler.
Geoffrey Lalloué
  • 1,456
  • 1
  • 20
  • 43
0
votes
1 answer

How to create a hexagonal custom surface in famo.us

I'm testing "famo.us" Javascript Framework, and don't know how to do "custom surfaces". My goal is to create hexagonal surfaces (if possible with rounded corners) and put those surfaces next to each other as this example : But, i also need to click…
Geoffrey Lalloué
  • 1,456
  • 1
  • 20
  • 43
0
votes
4 answers

Famous-Angular with Meteor

Is there a way to use Famous-Angular with Meteor.js? I have tried to add the ngMeteor package with Famono and the bower package with famous-angular in the smart.json.
rjsandman18
  • 123
  • 1
  • 9
0
votes
1 answer

Multiple draggabble Images on Canvas-surface Famo.us/Angular?

We are trying to create a canvas-surface with famous/angular, that can contains multiple image. The images that are added should be movable, and support all transformation (Rotation,scaling & skew) on dynamically mouse move or button click. Can any…
0
votes
1 answer

how to do loops, and callbacks using $timeline?

Are these functionalities built into the service somewhere? Here's sample context: HTML ... JS $scope.testTimeline = new Transitionable(0); $scope.opacityMod = $testTimeline([ [0, 0,…
user1857711
  • 117
  • 2
0
votes
1 answer

How to minify famous.angular without DI errors?

I'm running into some issues with famous-angular when minified. A couple of the PRs I submitted yesterday were attempts to fix this, but these don't appear to have resolved the issue. When built without minfication, everything works as…
bguiz
  • 27,371
  • 47
  • 154
  • 243
-2
votes
1 answer

famo.us + angularjs for production?

AngularJS is working on v2.0 which is the breaking change, and NOT backward compatible. If developing famo.us+ angularjs now is there any migration path for it? Any suggestions? Thanks
Fei
  • 455
  • 1
  • 5
  • 16
1 2
3