Stackoverflow Question
<http://stackoverflow.com/questions/28424397/angular-partial-submit-process>
I am not familiar with angular or jquery etc. I was playing with JSF for
longer. Is there way partial submit/process and easy to write? I would like
to know partial page processing.
Example - *Is there some feature in angularjs?*
<div id="div1">
here some input
<button type="button" ng-update="div1" id ="btn1"/></div>
<div id="div2">
here some input
<button type="button" ng-update="div2" id ="btn2"/></div>
<button type="button" ng-update="div1 div2" id ="btn3"/>
My expectation is
Click `bnt1` -> only `div1` will be process.Click `bnt2` -> only `div2` will be
process.Click `bnt3` -> Both of `div1` and `div2` will be process.
--
You received this message because you are subscribed to the Google Groups
"AngularJS" group.
To unsubscribe from this group and stop receiving emails from it, send an email
to [email protected].
To post to this group, send email to [email protected].
Visit this group at http://groups.google.com/group/angular.
For more options, visit https://groups.google.com/d/optout.