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
Post a Comment