For example, the html page already have a list of DIV containing some profile information such as address (including geo info), phone, and etc. I want to use angularjs to read/parse this information to generate data models and use them for other purpose such as showing on the map.
I am quite new to angularjs, so not sure if this can be done easily.
The purpose of doing this is for better search engine optimization. If using a html template and using angularjs to do the bind, such data can not be indexed by the search engine.