Damn Vulnerable Web Services is a vulnerable application with a web service and an API that can be used to learn about webservices/API related vulnerabilities.
GNU General Public License v3.0
455
stars
179
forks
source link
Converted Notes type field to AngularJS option field #56
The Notes form presented the Notes Type field using a basic HTML text field that allowed users to place arbitrary values. I created an AngularJS compliant version of a HTML option field for the set enum of values.
Implementation Details
The AngularJS option input contains the following five values:
Overview
The Notes form presented the Notes Type field using a basic HTML text field that allowed users to place arbitrary values. I created an AngularJS compliant version of a HTML option field for the set enum of values.
Implementation Details
The AngularJS option input contains the following five values:
I also did some formatting on the file.
Replication Steps