AngularJS: Developing Modern User Interfaces

For those of you who did not attend K15, you missed out on a killer lab on AngularJS by Tyler Jones and Will Leingang. If you missed it and would like to check it out, it’s now available through the community.

Lab Overview: You have probably noticed that many new ServiceNow applications are built using AngularJS. In this lab, you’ll create your own app and see how AngularJS and ServiceNow can work together to create incredible things.  Prerequisites: ServiceNow administration; Scripting in ServiceNow, Basic HTML, JavaScript and AngularJS.

10 comments

  1. Trying this tutorial, the only issue i had was with linking to the ServiceNow services. Both sn-glideAjax and uiMacroTemplate returned “404 (Not Found)” errors.

    Where would I look for the correct path to these assets?

  2. Thanks a lot, this works great.
    Can we use the similar steps if we want to do it in a UI page which is in a site, as opposed to the having it in application.

  3. Hi Nathan,
    Trying this tutorial, the only issue I had was with linking to the ServiceNow to angular library “x_angular_todo.Angular_1_3_framework” .When I paste the below code in script section. I get the error

    Code:- document.writeln(”);

    Errors:- 1. Uncaught ReferenceError: angular is not defined
    2. Uncaught TypeError: Cannot read property ‘writeln’ of null
    at Object.

    Can you please help me of this.

Leave a Reply

Your email address will not be published. Required fields are marked *