AngularJs: Its posible call my controllers in one js file?

46 Views Asked by At

I have many controllers, so i want to call all of them in one js file in my html document for example: And in that file call all my controllers

1

There are 1 best solutions below

0
On

Concatenate all your controllers to a single file and call that file from HTML.

To concatenate, Gulp or Grunt or Webpack can be used.