Angularjs Uncaught Error: [$injector:modulerr] when migrating to V1.3

前端 未结 4 534
我寻月下人不归
我寻月下人不归 2020-11-22 10:47

I am learning Angular.js and I am not able to figure out whats wrong with this simple code. It seems to look fine but giving me following error.



        
4条回答
  •  自闭症患者
    2020-11-22 11:31

    Be Sure that ng-app="app_name" define must match to

    var app=angular.module('app_name',[])

    
    
      

    {{name}}

    {{age}}

    For more details visit Here

提交回复
热议问题