Angular Custom Validator This is a quick addition to the knowledge base, answering: how do I use an Angular Custom Validator and return multiple validation errors and results results on the same control? For supporting documentation on how to add… Read More ›
Angular
Angular App for Office 365 SharePoint Using REST Web Services
After you register your custom applications with Azure Active Directory, it’s straightforward to build a completely remote application for working with Office 365 SharePoint data which depends only on the SharePoint REST web services. Angular SharePoint App Demo Below is… Read More ›
jQuery UI Calendar Datepicker in an Angular App with ng-init
If you’re building an app using AngularJS, I’m sure you’re like me and try to do everything with pure Angular, but sometimes you need to fall back on existing frameworks such as jQuery UI. This is probably more so in… Read More ›