Getting Started with AngularJS in ServiceNow
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-20-2014 06:24 AM
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

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-27-2015 11:23 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-27-2015 12:00 PM
Odd. I used your exact code in my Dublin instance and everything works fine. Maybe Ben can chime in on if there is something different that needs to be done in Fuji.

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-29-2015 08:41 AM
Has anyone been able to use this Accelerator app with "Fuji"? If so, any ideas what I'm doing wrong?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-30-2015 09:04 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-14-2015 10:55 AM
I had a question for you AngularJS gurus.
I have a custom directive and when using it in my UI Page, I get the following error upon save:
Error at line (2130) Attribute name "dhx-scheduler" associated with an element type "div" must be followed by the ' = ' character.
The directive works fine when running outside ServiceNow, but I am not sure how to get around this error. Here is how the directive is used:
<div data="events" dhx-scheduler style="height:600px; width:800px;">