Coder Social home page Coder Social logo

Comments (5)

lugovsky avatar lugovsky commented on July 25, 2024

Hey Joel,

You should return promise from the callback function. In your case this would probably be:

$scope.change = function() {
  $scope.loader = NodeFactory.update({ id: $scope.newentry.nid }, $scope.data);
  return $scope.loader.$promise.then(function () {
    //$state.go('start', {'id': $scope.newentry.nid});
  });
};

Note the return statement I added

Best,
Vladimir

from angular-progress-button-styles.

doodirock avatar doodirock commented on July 25, 2024

How do you normally handle using it on a form since ng-submit handles disabling the page reload and usually contains the function associated with the promise you're return. Just git rid of ng-submit?

from angular-progress-button-styles.

lugovsky avatar lugovsky commented on July 25, 2024

Well, this plugin initially wasn't intended for the use with ngSubmit. Technically you can do it, but this would probably be a hack rather than proper usage. For example, you could create separate callback for progressButton, that will create promise object, that will be saved to some scope property. Later this promise can be resolved inside of ngSubmit's callback. But this all feels weird for me.

If you have no valuable reasons to have <button type="submit"> in you html and ng-submit on your form, just get rid of them and I guess you will be able to achieve what you want.

from angular-progress-button-styles.

fpernia avatar fpernia commented on July 25, 2024

I followed the instructions of md file, but I couldn't get any animation of the example page

from angular-progress-button-styles.

lugovsky avatar lugovsky commented on July 25, 2024

@fpernia Could you please share your code with us?

from angular-progress-button-styles.

Related Issues (10)

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.