Question:Which is the correct syntax of creating AngularJS application module? 

A var app = angularJS.module('myApp',[]); 

B var app = angular.module('myApp', []); 

C var app = angular.module('myApp'); 

D var app = angular.module([],'myApp',); 

+ Answer
+ Report
Total Preview: 2287

Copyright © 2024. Powered by Intellect Software Ltd