/
githubmirror
/
angular.js
Обзор
Документация
Войти
/
githubmirror
/
angular.js
Код
Запросы
0
Пакеты
0
Релизы
0
Аналитика
Безопасность
master
test/e2e/fixtures/input-hidden/index.html
10 строк
231 B
Peter Bacon Darwin
fix($compile): ensure that hidden input values are correct after history.back
11 окт 2016, 15:33
11 окт 2016, 15:33
606ea5d
Код
Авторство
О чём код?
<!DOCTYPE html> <html ng-app> <body> <form> <input type="hidden" value="{{value}}" /> <button ng-click="value = '{{ 7 * 6 }}'">Click me</button> </form> <script src="angular.js"></script> </body> </html>