Skip to main content

You are not logged in. Your edit will be placed in a queue until it is peer reviewed.

We welcome edits that make the post easier to understand and more valuable for readers. Because community members review edits, please try to make the post substantially better than how you found it, for example, by fixing grammar or adding additional resources and hyperlinks.

Required fields*

5
  • How do you load angular and jQuery into your application? Are they in bundle or are loading from CDN? Commented Mar 17, 2016 at 16:18
  • @HamletHakobyan They are both in webpack bundle. Commented Mar 17, 2016 at 16:19
  • what angular version are you using? Commented Mar 17, 2016 at 16:21
  • @maioman Angular 1.4. Commented Mar 17, 2016 at 16:23
  • if you load jquery before angular. angular is clever enough to use jquery over jqlite Commented Mar 17, 2016 at 16:25