How to fetch String value in angularjs from model.addAttribute(Spring controller)? -


how fetch string value in angularjs model.addattribute(spring controller)?

<div ng-if="error">     <div class="error">{{error}}</div> </div> 

so, want check value of model attribute.


Comments

Popular posts from this blog

python - pip install -U PySide error -

arrays - C++ error: a brace-enclosed initializer is not allowed here before ‘{’ token -

cytoscape.js - How to add nodes to Dagre layout with Cytoscape -