angularjs tag

74 questions


1 answers
86 views
0
How to pass bound values from view to controller using ng-init

As you can see in the title, I have a question because I am struggling with how to pass bound values from view to controller using ng-init.The assumption is that there are n items_list in one shop, an...

2 years ago

1 answers
95 views
0
I write Angular in TypeScript, but I want to inject the service into the controller and call the function, but it doesn't work.

I write Angular in TypeScript, but I want to inject the service into the controller and call the function, but it doesn't work.Expected definitions and behaviors are ○ Separate the service from the co...


2 answers
55 views
0
Understanding Information Retrieval in Document.getElementById in AngularJS

I am developing it with Monaca+nifty mbaaS.I'm trying to create a login screen, but it doesn't work well.Also, because AngularJS and JQuery can be mixed, I wrote as follows.If possible, I would like t...

2 years ago

2 answers
94 views
0
Save the Canvas image to the camera roll

I'm making an application for smartphones with html5.I'm using Canvas to create an image in the app, and I don't know how to save the image to the iOS camera roll.(Drawing is done) Implementation of d...


1 answers
76 views
0
Understanding the Request URL for Posting with Angular ngresource

When POSTed using angular ngresource, the linked request parameters are It will be included in the Request URL.Example)When {user_id:1} is combined as a parameter Request URL:http://hogehoge?user_id=1...

2 years ago

1 answers
60 views
0
Learn how to view data retrieved from Web SQL using AngularJS

I am having a hard time displaying the data obtained from Web SQL using AngularJS.If you know the solution, could you please let me know?↓page1.html<ons-page id=page1> <div ng-controller=hoge...


1 answers
86 views
0
gAngular2 setHow to not check component value change in setInterval

I'm creating an auto-scrolling function on the screen, but it becomes very heavy because the value change check is performed in setInterval.Auto-scrolling does not change the value of the component, s...


1 answers
90 views
0
How to Not Use $scope in a Controller

·Question Using this in the controller does not work (below), why?//---------------------------------------------------------// Employee numberfunction empnumberController(employee, employeeFactory) {...

2 years ago

1 answers
51 views
0
$apply does not reflect $scope

I'm using Onsen to create an app.I'm trying to make a list in the following order.1. Create data externally2. Create a table with indexedDB when starting the application and store external data3. When...

2 years ago

1 answers
109 views
0
How to Add IDs to the Last List in ng-repeat

I would like to do automatic scrolling at the end of the list. I think I can do it with ng-attr-id and $index, but I don't know exactly what code to write.Please give me some advice.

2 years ago
« - 3 - »

© 2024 OneMinuteCode. All rights reserved.