I'm currently learning AngularJS and I dont understand, whats the difference between ng-include
and a directive
.
Now I'm using ng-include
just for readability on my app.
When is best practice to use ng-include
and when to make a directive?
I'm currently learning AngularJS and I dont understand, whats the difference between ng-include
and a directive
.
Now I'm using ng-include
just for readability on my app.
When is best practice to use ng-include
and when to make a directive?