AngularJS, commonly referred to as Angular, is an open-source web application framework, maintained by Google

learn more… | top users | synonyms (1)

3
votes
1answer
96 views

HTML5/JavaScript Form with Complex Field Types

I am developing a responsive Website on top of SharePoint using Angular and have a few list forms that I need to establish. For fields such as text and date via saving or updating against the REST ...
1
vote
1answer
88 views

AngularJS with Sharepoint 2010 not working

we're testing our custom webparts using angular.js in Sharepoin 2013 it works but not within our SP 2010 Environment the needed angular and jquery library are linked correctly As test code in the ...
1
vote
1answer
75 views

Update Checkmark state via REST

I'm currently building a SharePoint Hosted App which gets any task list items from various sites and pushes them into an array. I'm using AngularJS to make these requests. Running a GET request on a ...
1
vote
1answer
529 views

SP.RequestExecutor is undefined for angular controller

This is a sharepoint hosted app where I am trying to use the Sharepoint Request Executor to make a REST API Call to the host web to get list items. The code is however failing on the file: ...
1
vote
1answer
371 views

How to create a Sharepoint Hosted App with AngularJS and keep the Sharepoint Look and Feel

I am having the following issue. I have a mini SPA with an option to view products, edit and create. The SPA I created using the default .aspx page that comes when you add a new Item (Page), into a ...
1
vote
0answers
23 views

Get exception messages from a custom SharePoint REST service

I am experiencing some difficulties in managing errors raised from a custom REST web service deployed to SharePoint ISAPI folder I developed. My service is pretty simple. I deployed an .svc file to ...
1
vote
1answer
49 views

What is the Best way to use angular with SharePoint

I'm trying to find the Best way to Build a SharePoint site(not an app) with Angular. I've multiple Content Editor webparts where I use the REST/JSOM to load content(Ex: Image Slider, List of Calendar ...
1
vote
1answer
91 views

REST update not working

I am having problems updating list items using REST calls within an angularjs SPA. I've tried HTTP and ajax methods but both do not work and give different errors. (I am only trying to update ...
1
vote
0answers
165 views

Image file corrupted upon upload via REST

I have been attempting to use REST to upload image files to SharePoint but am running into the same issue again and again. The issue is that while the image file uploads to an image library, it shows ...
1
vote
1answer
77 views

Submitting Recurrence Data with SPService

I'm trying to use SPServices UpdateListItems() to submit events to a custom calendar list. I can submit normal events correctly but recurring events don't save properly. $().SPServices({ ...
1
vote
1answer
75 views

Angular troubles

Let's take this simple example. When I build it on a page not in Sharepoint context it works. Within Sharepoint context it doesn't work correctly. If I bind two fields to the same object they get ...
1
vote
1answer
88 views

Get PublishingImage field of a list using angular JS?

How to get PublishingImage field of a list using angular JS?
1
vote
1answer
76 views

Display some fields from sharepoint 2013 list in a page and détails of this item in another page with Angular js, REST

I have a news picture Library (fields : Title, Description, Text, date, Author ), and I want to display in the first page, 5 news : the image, date and the title of the news and when I click on the ...
1
vote
0answers
199 views

SharePoint 2013 upload(and resize) image with REST api problem

I am trying to create an SP2013 APP, the user should be able to upload an image to a SharePoint list. The image needs to be resized before it is being uploaded. I got the upload function to upload the ...
0
votes
1answer
43 views

access list using angular

I am trying to retrieve list . I used below code $http({ method: 'GET', url: _spPageContextInfo.webAbsoluteUrl + "/Lists/MyList", headers: { "Accept": ...
0
votes
1answer
51 views

SP13 App CRUD Access to SP Task List

I am trying to build an app to access an existing task list to test out a UI but it is throwing an error within the Angular libraries. It can connect to lists within the app but not from the site. The ...
0
votes
1answer
22 views

Angular loses model binding

I have a following html: <div ng-app="app" ng-controller="NeuesDokumentCtrl" > <table cellpadding="0" cellspacing="0" border="0" > <tbody> <tr> ...
0
votes
1answer
59 views

Sharepoint with AngularJS Ng-repeat and ng-onclick

I'm editing a wikipage in SharePoint to be set up like a form. I have a input text that takes in a coach name. When clicking "Add Person" I want it to add this person to a list and then update my ...
0
votes
1answer
1k views

Bind dynamic data in angular JS ng-init

I am using angular js to display data. I have an example with static data to bind that. But i want to bind data dynamically so i got the data from javascript function but am not understanding how to ...
0
votes
3answers
1k views

Can we retrieve list data using angularjs in sharepoint 2013 hosted app?

I want to retrieve list data by making http calls through angularjs. Is it possible following is my code in Visual Studio for sharepoint hosted app, <script type="text/javascript" ...
0
votes
0answers
22 views

Does AngularJS work with IE 9 and Sharepoint?

I have investigated far and wide for an explanation and solution to this problem, but now put my hands up and ask for your help! On my SP 2013 cloud-based site, I have Home.aspx with a CEWP, which ...
0
votes
0answers
18 views

How to update lists from angularjs when using IFRAME via Page VIewer WP

I am developing an angular app to run on cloud-based SP 2013. On my site Home page (~site/Pages/Home.aspx) is an out-of-the-box Basic Project Page which has a Promoted Links list on it. The links in ...
0
votes
2answers
37 views

Attach angularjs ui.bootstrap.typeahead feature to a SharePoint 2013 column field on a list edit form

I'm fairly new to angularjs and been trying to use ui.bootstrap.typeahead to create an typeahead functionality for a text field. I need it to work for the text fields on a SharePoint list form. ...
0
votes
0answers
23 views

SharePoint 2010 SPA application with AngularJS - authentificaiton

I am planning a huge application based on SharePoint 2010. I would like to focus/create as much as possible on the AngularJS. I will try to create a single page application (this mean Client Side ...
0
votes
0answers
12 views

TDD with SharePoint Designer

I have an AngularJS single page app implementation in shaerpoint designer. I need to use karma/jasmine to automate unit and e2e testing. How do I get on with it?
0
votes
2answers
96 views

People picker: Use a specific `<input>` and attributes

I am currently using AngularJS. And so I wish to have AngularJS attributes on my people picker <input>s. A first example: Data binding; shows how simple it is to use <input>s with no ...
0
votes
1answer
34 views

List Items not getting loaded. AngularJS throwing error on function that is called on executeordelayuntilscriptloaded

AngularJS is showing following error in browser console, Error: [$injector:nomod] Module 'SharePointAngApp' is not available! You either misspelled the module name or forgot to load it. If ...
0
votes
0answers
39 views

Show Hide Div based on DropDown SharePoint Visual Webpart

I have a cascaded drop-down on my page that is being populated from SPList on site. Now Based on this drop-down's Selection i want to show or hide Div containing 4 more controls. If any one can help ...
0
votes
0answers
53 views

Show Calendar with AngularJS control

Is it possible to connect data of a SharePoint calendar to an AngularJS control like ui-calendar? Any idea or demo appreciated.
0
votes
0answers
747 views

implementing fullcalendar with angular js

I am building an event scheduling app by using angular js framework and fullcalendar plugin. I tried to google and implement different ways to make the calendar visible but it's not working. I have ...
0
votes
0answers
19 views

Copy List Item from online site to on premises site using REST API

I am having SharePoint online Site with a list containing List Fields. I need to copy all the list items using REST API and import into my SharePoint 2013 On premises farm Site. help me to solve ...
0
votes
2answers
42 views

How to Refresh RequestDigest in SharePoint 2010 Angular SPA

I previously built an AngularJS application in SharePoint 2013 and that is great, now I am building a similar application in SharePoint 2010. I have two questions specific to SharePoint 2010: How do ...
0
votes
1answer
441 views

Show list items in AngularJS ng-grid

retrieving SharePoint list items by REST with var app = angular.module('myApp', ['ngGrid']); app.controller('MyCtrl', function ($scope, $http) { ...
0
votes
1answer
295 views

AngularJS creating SharePoint List entries

I am currently struggling to figure out an issue with my project relating to the creation of new SP List items from a SP2013 (Online) App using Angular as its base framework. I am quite new to Angular ...
0
votes
2answers
110 views

Path to User photo by ID (URL)

I'm consume data by REST: spApp.controller('blogCtrl', function ($scope, $http) {$http( { method: "GET", url: ...
0
votes
1answer
113 views

I am getting access denied error for the following code of sharepoint 2013 app

Here is the code on default.aspx page, <%-- The following 4 lines are ASP.NET directives needed when using SharePoint components --%> <%@ Page ...
0
votes
1answer
21 views

Get an url to a blog in Sharepoint 2013

In the navigation bar on the Sharpoint 2013 page I'm working on there is a link called News. If I click on it I navigate to a new page where I can see all the news blogs. I'm having difficulty writing ...
0
votes
0answers
121 views

invalid field or parameter url when trying to save UserID using Angular

I'm in the process of converting an existing Cllient side Sharepoint 2013 app into Angular. I'm at the point where i need to save a user to a list, when doing this you need to find out the userID ...