AngularJS

12345678910
Across
  1. 2. Converts string to lowercase
  2. 5. filter through Javascript
  3. 6. Contains the data which we are using in our application
  4. 8. is an open source JavaScript library that is sponsored and maintained by Google
  5. 10. directive shows or hides the given HTML element based on the expression provided to the ngHide attribute.
Down
  1. 1. Converts string to uppercase
  2. 3. Format the data for views and handle application state
  3. 4. Business Logic should be added here
  4. 7. directive allows you to specify custom behavior when an element is clicked.
  5. 9. Angular will tell the browser not to fetch the image via the given URL until all expressions provided