Questions tagged [angular-foundation]

Angular Components for Foundation (or angular-foundation in short) is a set of native AngularJS directives based on Foundation's markup and CSS. It is a port of the AngularUI team's angular-bootstrap project.

29 questions
1
vote
1 answer

angular-foundation and angular-translate: apply translation into attribute back-text

I'm using angular-translation and angular-foundation modules with AngularJS and have defined Foundation top-bar like this: [...] I need to apply translate filter to My back…
1
vote
1 answer

Different errors for a single input in Foundation Abide / AngularJS

I'm trying to setup a form with Foundation and I'm finding it difficult to do more than basic error checking. Lets say I have the following input field: Assuming the username…
1
vote
2 answers

How to pass data to an angular-foundation modal $scope?

I am using angular-foundation and specifically the modal http://madmimi.github.io/angular-foundation/#/modal , i am confused in how to pass data to a modal while using one controller , i want to take an array value and update the modal to show a…
0
votes
2 answers

Performe AR Foundation similar to ARKit's SetWorldOrigin

Since unity ar foundation didn't implement ARKit's method SetWorldOrigin() (https://developer.apple.com/documentation/arkit/arsession/2942278-setworldorigin) I want to make world center to become first found tracked image. When I found image with…
Kamiky
  • 601
  • 2
  • 8
  • 25
0
votes
1 answer

Angular-Foundation modal error

I have an Angular Js - Typescript project. I'm trying to develop a Modal with Angular-Foundation, but it's not working. This is my code: HTML