Skip to content

erarash/angularjs-review-workshop

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 

Repository files navigation

angularjs-review-workshop

#Exercise-1 Render AngularJS to the DOM
Create a folder called Components. Inside of that folder, create a file called app.js. Build out a component in that file that will render 'Hello from Angular" to the DOM.

#Exercise-2
Inside of app.js, build out controller functionality that will take a string and store it in an array.

#Exercise-3
Create another component called "todo-entry". Build out functionality that will take that data from an imput field and update the string in app.js. Build out a button that will call the function in app.js and store the input value in the array.

#Exercise-4
Create another component called "list". Build out functionality that will render the elements stored in the array to the page.

#Exercise-5
Create functionality that will allow a user to delete a todo entry by clicking on it.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • HTML 100.0%