angularjs - How to call java method using Angular JS? -


i using angular js spring mvc project. want call java method directly html using angular js populate drop down.

thanks.

you can't because angular js working on client side while java running on server. need rest interface accepts invocations angular js app. rest interface (most likely) written in java on server side, can make desired java call drop down values , send them response part of rest call. use angular js interpret , use response server.

sorry not being more precise should give pretty starting point.


Comments

Popular posts from this blog

toolbar - How to add link to user registration inside toobar in admin joomla 3 custom component -

linux - disk space limitation when creating war file -

How to provide Authorization & Authentication using Asp.net, C#? -