Conversation
eddiejaoude
commented
Jan 6, 2016
- Call API
- List results

There was a problem hiding this comment.
Probably better to use angular.bootstrap vs ng-app gives more flexibility when you get onto more complex coding
|
jQuery and Angular in a single project... better to pick a single JavaScript framework than use two, I have never found a valid need to use jQuery within an Angular project, there are libraries for everything that are alternatives to jQuery ones, also.... you can normally wrap any third party library as an Angular service and still use it (when you get to needing one that does not exist as a module you can load) checkout Angular-UI projects, there is a bootstrap piece that you can use to remove all the bootstrap jQuery, and even has some extra features that are pretty handy when working with bootstrap... or just use the Angular Material project :) Otherwise good start! |
|
Thanks for comments @andrew-cunliffe, I will go through them 😄 |