Declaring controllers in AngularJS

前端 未结 3 619
不知归路
不知归路 2020-12-19 00:54

I\'ve seen that on AngularJS tutorials, that some people declare their controller functions like so:

function FirstController($scrope) {
    // do something          


        
3条回答
提交回复
热议问题