Drag and drop sorting of AngularJS (ngDraggable.js)

ngDraggable.js is a relatively simple and practical angularJS drag plug-in. With some encapsulated custom instructions, it can quickly carry out some drag application development. First, some basic concepts are introduced; Ng drop: whether drag elements are allowed Ng drop success ($data, $event): drag the callback put in by the element; $ ...

Posted by DJ_CARO on Sat, 30 Nov 2019 06:15:46 +0100

[service VS factory VS provider in AngularJS] - the difference between them, do you know?

Before introducing the AngularJS custom service, let's take a look at AngularJS.~   People who have learned HTML know that HTML is a very good declarative language for pseudo static text display design, but it is weak to build WEB applications. AngularJS is designed to overcome the shortcomings of HTML ...

Posted by BoxingKing on Sun, 27 Oct 2019 03:31:25 +0100

The first day of vue learning

What is vue.js vue.js is one of the main front-end frameworks and angular.js, React.js Can be used for mobile App development Is a framework for building user interface The difference between framework and Library The framework is a complete solution. Changing the framework needs to restructure the w ...

Posted by xgab on Sat, 19 Oct 2019 19:57:58 +0200

Angular 8 + Assembly Routing Address and Using paramMap or queryParamMap to Get url Parameters

Assembly routing address of angular 8 and acquisition of url parameters Our common url formats are as follows: http://localhost:4200/todo/search?name=111&type=222 As we can see from angular routing, there is another form of URL called matrix url. Its format is as follows: https://localhost:4200/tod ...

Posted by NiallThistle on Thu, 10 Oct 2019 02:34:33 +0200

TypeScript Initial-Module

Learn Angular 2, Revealing Angular 2, and take notes. Angular 2 chooses TypeScript as its official primary voice constructor, which means that mastering TypeScript voice will be more conducive to the efficient development of Angular applications. Modular Modules are self-declarative, and the relationship between the two modules is established b ...

Posted by elangsru on Sat, 13 Jul 2019 00:55:59 +0200

Angular JS1.X Learning Notes 11 - Service

If I remember correctly, spring has a service layer inside. What is service? Personal understanding is a tool that can be used in many places, across controllers and even modules. Angular JS also provides us with a service mechanism, which allows us to define something that is not unique to a controller as a service, which we can take directly ...

Posted by mike2098 on Thu, 11 Jul 2019 23:23:49 +0200

Angular JS1.X Learning Notes 10 - Custom Directives (2)

Keep going, finish this part and go to eat. Quoting the words of free men as the beginning of this article: "By default, the link function is passed into the scope of the controller, and the view managed by the controller contains the elements to which the instructions apply." If it's like a tongue twister, it's better to look at your ...

Posted by victor78 on Thu, 11 Jul 2019 21:46:48 +0200

Implementation of NPC Intelligent Robot by Behavior Designer

Implementation of NPC Intelligent Robot by Behavior Designer Created by miccall miccall.tech ) Realization of Object Following Camera Vision Motion 1. VR Realizes Robot Navigation In the project, a robot is required to follow the role and fly all the time, just like an elf, always around the protagonist, moving, turning, and movi ...

Posted by johnnyk on Fri, 05 Jul 2019 20:56:34 +0200

Learn from zepto.js how to trigger DOM events manually

Preface Front-end is very popular in recent years, vue, react, angular frameworks emerge in endlessly, if we do not know a two-way data binding, do not know what is virtual DOM, it may be despised. Behind the heat is often endless impetuosity, learning these advanced and popular libraries or frameworks can make us go faster, but calm down to re ...

Posted by 244863 on Mon, 24 Jun 2019 22:52:38 +0200

[SceneKit] won't be another option for Unity3D

Last Monday, I believe many people, like me, watched the WWDC 2017 developers'conference. Although the highlights were flat, they could also see a little about Apple's future strategy. Although it has changed from a pioneer to a follower, the principle of the strong is the unchanged truth, and no one can find the right in the construction of th ...

Posted by Gary Kambic on Sun, 23 Jun 2019 00:41:27 +0200