angularjs - Same code in new project says angular is not defined -


i have 2 projects in express exact same code. 1 project works fine other project says

var app = angular.module('myapp', []);           ^ 

error

referenceerror: angular not defined.

what might issue?

the error message says angular not defined. html missing script tags including angular code.


Comments