I'm a beginner in AngularJS and started reading about modules in an application. When I want to create a new module, I write the following line of code:
var myAppModule = angular.module('myApp', []);
As far as I understand, the myApp...
asked by
31.01.2017 / 17:43