Tag: angularjs
8 posts.
-
ngSydney, Office Add-ins and lots of AngularJS
I went to my first ngSydney meetup on Wednesday night, and presented a short session on Office-Addin with AngularJS (I also throw in Graph API) and ran over...
-
Update on SharePoint and Office Development - 2016 Feb edition
We rotate through different topics and presenters in the Sydney SharePoint user group. But I finally got my turn to present a developer topic, and I wanted...
-
Convert SharePoint JSOM's ExecuteQueryAsync to Promise in the Prototype
Today's blog is about adding an additional method to SharePoint JavaScript Object Model (JSOM)'s ClientContext object, so we can use it directly like a...
-
Thinking with JS Promise and Promises
Here's a real life example of a quick design iteration that we went through with promises this week. In AngularJS (but this applies to any JavaScript), we...
-
Racing to the Races - Putting our Office App out there
As I'm posting this blog entry, our ( SharePoint Gurus ) first Office App (Add-In) would be available on the store. I might let you in on a secret - it has...
-
AngularJS - Logging Client Side Stack Trace
Nothing beats mythical errors that happens on the client side, but not on your development machine. This post follows yesterday's post on configuring...
-
AngularJS $http and logger Circular Dependency
Error [$injector:cdep] Circular dependency found: $rootScope <- $http <- logger <- $exceptionHandler <- $rootScope <- $location <- routehelper TLDR: If you...
-
AngularJS Extend and Computed Property
This is an Intermediate level discussion on AngularJS Extend, Computed Property in general, and a fairly complicated binding bug that needs some new...