AngularJS and google cloud endpoint: walk through needed

前端 未结 3 646

I\'m new to AngularJS but I really like the way AngularJS works so I want to deployed it as client side for my Google cloud endpoint backend. Then I immediately get two prob

3条回答
  •  爱一瞬间的悲伤
    2020-12-30 17:31

    For loading Google Javascript Library with AngularJs, the callback function passed to onLoad of Google Javascript Library is the function that bootstrap AngularJS, like this:

    This goes to the final of html file:

    
    

    As described by Kenji, you also need to remove ng-app directive from your html.

提交回复
热议问题