Git Product home page Git Product logo

ngformiohelper's Introduction

This repository is now considered legacy and no longer supported. It is now part of our core renderer @ https://github.com/formio/formio.js as well as our Angular library @ https://github.com/formio/angular.

Please take a look at our recent repositories and help documentation at the following links.

This is a helper module to build Angular.js applications on top of Form.io

Use this helper if you would like to build an Angular.js 1.x application that utilizes Form.io to build an application.

Installation

To install this module, you simply need to use bower and install as follows.

bower install --save ng-formio-helper

We recommend using (WireDep)[https://github.com/taptapship/wiredep] to wire the dependencies into HTML application. If you don't want to use that, then you will need to add the <script> to your page as follows.

<script src="bower_components/ngFormioHelper/dist/ng-formio-helper.js"></script>

About & Getting Started

To get started with this library, we recommend reading the Wiki

Usage

There are several providers that you can use within your application. See the wiki documentation for each provider's implementation details.

Used to track and display alerts within your application.

Used to manage login/logout, tokens and forced authentication.

Used to create a dynamic list of tagged forms along with all the states, views and controllers.

Used to set up offline mode for your application and provides widgets and settings for offline mode.

Requires a paid formio plan which provides access to the offline plugin.

Used to set up ui-router states, views and default controllers for a Formio Resource.

ngformiohelper's People

Contributors

douglaselee avatar guillaumesmaha avatar randallknutson avatar travist avatar wonder95 avatar yuryrybaksoftensity avatar zackurben avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

ngformiohelper's Issues

Formio Resource Provider Documentation

Hi, I can't seem to find any clear documentation on config(FormioResourceProvider). I'm trying to figure out when to use FormioResourceProvider vs. when to use FormioProvider, the difference between how they work and when and why it is best to use one over the other as well as their configuration details. Adding documentation here could go a long way to clarify my questions.

Thank You!

Translation

Hello,

is it possible to translate the content with Angular-Translate like ngFormio?

Thanks,

[BUG] Form not rendering in add & edit action page: Version-4.0.0-beta.1

After upgrading to Version-4.0.0-beta.1. Form actions settings forms are not loading.
Looks like there is an issue with the scope variable of actionInfo. data is reflecting properly but the reference of that variable is the same. due to which form is not rendering.

Below is the code which is not working as expected.

// Get the action information.
    var getActionInfo = function(name) {
      return $scope.formio.actionInfo(name).then(function(actionInfo) {
        if(actionInfo) {
          $scope.actionInfo = _.merge($scope.actionInfo, actionInfo);
          return $scope.actionInfo;
        }
      });
    };

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.