AngularJS - Directives vs Controllers

后端 未结 3 1674
遇见更好的自我
遇见更好的自我 2020-12-01 04:07

I am trying to create my first app using AngularJS. However, I\'m a bit confused if I need to use directives for my particular case.

I have a simple Map page, where

3条回答
  •  佛祖请我去吃肉
    2020-12-01 05:01

    My peers and I ran into a similar situation while learning AngularJS. I've put together this simple table that should give everyone a good starting point depending on what type of functionality they are trying to implement in Angular. http://demisx.github.io/angularjs/2014/09/14/angular-what-goes-where.html

提交回复
热议问题