Framework 2: Angular Formatting
Notice how there are always at least two file extensions in each module:
“.js” and “.html”
Within the “.js” files there are means to bind content (js = Controller) and depict it (html = View) via angular through definitions: module, config, and controller.
Each is used as a means of instructing Angular on how to handle information and modules into the HTML via binding, dynamically.
“The scope is an object with the available properties and methods. The scope is available for both the view and the controller.”
Angular Scopes - W3Schools