Skip to main content
0 votes
0 answers
23 views

Issue Description When building a Salesforce Hybrid Cordova app with SDK 13.0.2 and Cordova iOS 7.1.1, the app fails with the error: Steps to Reproduce Create new Salesforce hybrid Cordova project. ...
Shweta Lodhe's user avatar
-1 votes
0 answers
43 views

In an AngularJS app I am working on, there is a div looking like this: <div ng-cloak> The context seems fine and it should work. However when running the app in dev mode (with Vite) the content ...
munHunger's user avatar
  • 3,117
3426 votes
30 answers
786k views

What are the differences between a Service, Provider and Factory in AngularJS?
Lior's user avatar
  • 40.6k
4500 votes
15 answers
857k views

Suppose I'm familiar with developing client-side applications in jQuery, but now I'd like to start using AngularJS. Can you describe the paradigm shift that is necessary? Here are a few questions that ...
Mark Rajcok's user avatar
774 votes
33 answers
654k views

What is the 'Angular way' to set focus on input field in AngularJS? More specific requirements: When a Modal is opened, set focus on a predefined <input> inside this Modal. Every time <input&...
Misha Moroshko's user avatar
1318 votes
20 answers
676k views

I would like to access my $scope variable in Chrome's JavaScript console. How do I do that? I can neither see $scope nor the name of my module myapp in the console as variables.
murtaza52's user avatar
  • 47.5k
1203 votes
23 answers
783k views

Lets say you have an array that is rendered in a ul with an li for each element and a property on the controller called selectedIndex. What would be the best way to add a class to the li with the ...
respectTheCode's user avatar
868 votes
28 answers
470k views

I'm finding that I need to update my page to my scope manually more and more since building an application in angular. The only way I know of to do this is to call $apply() from the scope of my ...
Lightbulb1's user avatar
  • 12.9k
-1 votes
1 answer
65 views

I have a basic HTML form that submits data to a SharePoint list. There are no errors in the code, nor do I receive anything that would cause the form not to submit to the SharePoint list. I am using ...
SPninja's user avatar
  • 11
2051 votes
14 answers
360k views

How does data binding work in the AngularJS framework? I haven't found technical details on their site. It's more or less clear how it works when data is propagated from view to model. But how does ...
Pashec's user avatar
  • 23.3k
0 votes
0 answers
39 views

I receive the following error "Uncaught Error: [$injector:modulerr]" while running the following app. The code is designed to submit the data received to a SharePoint list when the submit ...
SPninja's user avatar
  • 11
1114 votes
15 answers
272k views

I'm planning to use AngularJS in my big applications. I'm in the process to find out the right modules to use. What is the difference between ngRoute (angular-route.js) and ui-router (angular-ui-...
Premchandra Singh's user avatar
298 votes
34 answers
522k views

Config: macOS High Sierra, version 10.13.2, node:v8.1.2 npm:5.0.3 When I run npm start in my angularjs project I get this error: ERROR in Cannot find module 'node-sass' After this I run: npm i node-...
bier hier's user avatar
  • 22.8k
1111 votes
18 answers
571k views

I've read the AngularJS documentation on the topic carefully, and then fiddled around with a directive. Here's the fiddle. And here are some relevant snippets: From the HTML: <pane bi-title="...
iwein's user avatar
  • 26.2k
907 votes
12 answers
623k views

How can I send my $scope object from one controller to another using .$emit and .$on methods? function firstCtrl($scope) { $scope.$emit('someEvent', [1,2,3]); } function secondCtrl($scope) { ...
Paul Kononenko's user avatar

15 30 50 per page
1
2 3 4 5
17443