Giter VIP home page Giter VIP logo

angular-auto-save-form's People

Contributors

tiberiuzuld avatar

Stargazers

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

Watchers

 avatar  avatar  avatar  avatar  avatar

angular-auto-save-form's Issues

Minor change in README.md

Please change
<script src="bower_components/angular-auto-save-form/auto-save-form.js"></script>
to
<script src="bower_components/angular-auto-save-form/dist/auto-save-form.js"></script>

Also, please add underscore as a dependency.

Great job indeed!

Does this support radio buttons?

Something like:

<div>
    <input type="radio" ng-model="lunch" value="chicken" name="lunch">
    <input type="radio" ng-model="lunch" value="beef" name="lunch">
    <input type="radio" ng-model="lunch" value="fish" name="lunch">  
</div>

Doesn't look it. It seems to require name to be unique for each input.

reference error

Hi
I added the dependencies to my project and the attributes to the form. But when I load the page I get this error:

base.js:23068 ReferenceError: _ is not defined
at saveFormLink (http://localhost:3010/app/js/base.js:68202:26)
at invokeLinkFn (http://localhost:3010/app/js/base.js:19324:9)
at nodeLinkFn (http://localhost:3010/app/js/base.js:18810:11)
at compositeLinkFn (http://localhost:3010/app/js/base.js:18058:13)
at compositeLinkFn (http://localhost:3010/app/js/base.js:18061:13)
at nodeLinkFn (http://localhost:3010/app/js/base.js:18805:24)
at compositeLinkFn (http://localhost:3010/app/js/base.js:18058:13)
at publicLinkFn (http://localhost:3010/app/js/base.js:17938:30)
at http://localhost:3010/app/js/base.js:50541:9
at invokeLinkFn (http://localhost:3010/app/js/base.js:19324:9)

What am I missing?

Thanks

additional object

I have multiple forms on a page that all need their fields saved to their specific id. Can I pass an additional object to the callback?

Make demo more fancy

  1. Make the demo page more fancy with material-design or better styling and animations.
  2. Make more complex examples.

Has this been tested with controllerAs controllers?

I'm using it in an angular 1 project that's using typescript and controllerAs pattern rather than $scope (see https://docs.angularjs.org/guide/concepts#controller). Things seem to work fine (aata gets auto saved) but I get this error when using angular auto save:

error_handler.js:51 TypeError: scope.$eval(...) is not a function at getChangedControls (auto-save-form.js:116) at invokeFunc (lodash.js:10024) at trailingEdge (lodash.js:10071) at timerExpired (lodash.js:10059) at ZoneDelegate.invokeTask (zone.js:225) at Object.onInvokeTask (ng_zone_impl.js:34) at ZoneDelegate.invokeTask (zone.js:224) at Zone.runTask (zone.js:125) at ZoneTask.invoke (zone.js:293)

If I switch to adding my auto save function to the $scope variable then that error no longer appears.

Add optional loading spinner

  1. Optional if callback function returns promise Spinner in top right corner till promise resolves
  2. Config options for Spinner in all 4 corners ['top left', 'top right', 'bottom left', 'bottom right']
    defaults: top right
  3. Add a green check mark for 2-3 second after promise resolves
  4. Add a red X mark for 2-3 seconds after promise rejects

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.