V School | Better Humans, Better Outcomes
  • Home
  • Career
Sign in Subscribe
Dan Hitt

Dan Hitt

...master of none.
Utah
http://www.boulderutah.com
Angular Modules

Angular Modules

The module is Angular's overall container. It contains all controllers as well as all other AngularJS code. The Angular module is created with the following code in a javascript file: var app = angular.module("myApp", []); There are other ways to write this, but we'll stick to this one for now.
Dec 7, 2016 2 min read
Page 1 of 1
V School | Better Humans, Better Outcomes © 2025
Powered by Ghost