angular

  1. W

    Парсинг страницы с AngularJS

    Есть страница, данные на которую выводит AngularJS или другой подобный фреймворк (обновляются довольно часто). При первом прогоне шаблона данные собираются корректно, в цикле на шаге "парсим страницу" данные не обновляются (скрин прилагается https://yadi.sk/i/9qhvdh2j_Nh2Rw) Собственно вопрос -...
  2. M

    Interact with javascript in iframe

    I've got a case where an angularjs app uses an iframe for recaptchav2. The iframe uses a javascript function to send the recaptcha result to the parent window using postMessage. Then the angularjs app uses the token internally and adds it to the request it makes to the server. How can I call...