Skip to content
Advertisement

Tag: angularjs

Unable to download file (PPTX) in AngularJS

Scenario I want to make an existing PHP script dynamically generating a PPTX (Microsoft PowerPoint File) (Risk Mitigation Event Summary) accessible via an API call to specifically cause AngularJS front end to download the file. So far my script contains a function called generatePresentation (actual name below). It works opening the script in a browser and produces dynamically generated file

Ionic PHP connection in Android APK

For a school project we are working on an app with the Ionic framework that needs to connect to an external PHP file. When the user submits a form, the input has to go to the PHP file, get dropped in a database, and also return a value in the app. We’ve got everything working locally, as well as in

Symfony2.4 form ‘This form should not contain extra fields’ error

I’m trying to build app based on REST api ang AngularJS. I’ve been following this tutorial http://npmasters.com/2012/11/25/Symfony2-Rest-FOSRestBundle.html but have to change some details ( depreciated methods ) and right now when I post to create new entity I get ‘This form should not contain extra fields’ error. my TaskType form: right now in my view I’m rendering only one form

Advertisement