The CreatorCon Call for Content is officially open! Get started here.

Getting Started with AngularJS in ServiceNow

Rick Mann
Tera Expert

At the K14 conference I heard of a few customers starting to use AngularJS within ServiceNow, so I started doing some reading on Angular.   Are there any good articles, tips/tricks for getting started with AngularJS in ServiceNow?  

 

Thanks

 

Rick

41 REPLIES 41

Great work Ben! I started using this framework for building my custom apps. It really boosts development speed!!!!


Very cool.   I'm excited to give this a whirl!



-Jason


Does this provide anything to aid in creating AngularJS apps with elemental directives that use templateUrl to reference html snippets in other files? I really want to be able to make this happen.


Accelerator does nothing to amend or accelerate using AngularJS itself. Rather, it makes it a bit simpler to start using Angular within the ServiceNow environment. So, if you can do it in Angular, then Accelerator may make it more straightforward for you to port that capability into apps within ServiceNow. But, short answer is that Accelerator does nothing to directly address using templateURL directives.


Shawn, did you end up finding out how to work with templateUrl? I am also working on an app with different views/routes that are loaded via templateUrl and am wondering how I can get this to work in ServiceNow.