Click here to Skip to main content
15,885,546 members
Home / Discussions / JavaScript
   

JavaScript

 
QuestionJavascript Pin
April957-Aug-15 2:03
April957-Aug-15 2:03 
AnswerRe: Javascript Pin
Richard MacCutchan7-Aug-15 6:25
mveRichard MacCutchan7-Aug-15 6:25 
AnswerRe: Javascript Pin
Blikkies11-Aug-15 5:24
professionalBlikkies11-Aug-15 5:24 
AnswerRe: Javascript Pin
PrTk Gupta71212-Aug-15 23:34
PrTk Gupta71212-Aug-15 23:34 
GeneralRe: Javascript Pin
jsc4221-Aug-15 4:18
professionaljsc4221-Aug-15 4:18 
QuestionWhat is the difference between compile and link function in angularjs ? Pin
protekconsulting4-Aug-15 19:04
protekconsulting4-Aug-15 19:04 
AnswerRe: What is the difference between compile and link function in angularjs ? Pin
Richard MacCutchan4-Aug-15 22:23
mveRichard MacCutchan4-Aug-15 22:23 
AnswerRe: What is the difference between compile and link function in angularjs ? Pin
Mukesh Pr@sad5-Aug-15 23:42
professionalMukesh Pr@sad5-Aug-15 23:42 
SQL
Compiler is an angular service which traverses the DOM looking for attributes. The compilation process happens into two phases.

Compile: traverse the DOM and collect all of the directives. The result is a linking function.
Link: combine the directives with a scope and produce a live view. Any changes in the scope model are reflected in the view, and any user interactions with the view are reflected in the scope model. Making the scope model a single source of truth.
Some directives such ng-repeat clone DOM elements once for each item in collection. Having a compile and link phase improves performance since the cloned template only needs to be compiled once, and then linked once for each clone instance.

QuestionJson Restriction while posting large data through ajax Pin
Member 116922503-Aug-15 0:24
Member 116922503-Aug-15 0:24 
AnswerRe: Json Restriction while posting large data through ajax Pin
Kornfeld Eliyahu Peter4-Aug-15 20:52
professionalKornfeld Eliyahu Peter4-Aug-15 20:52 
GeneralRe: Json Restriction while posting large data through ajax Pin
Member 116922504-Aug-15 21:11
Member 116922504-Aug-15 21:11 
AnswerRe: Json Restriction while posting large data through ajax Pin
Kornfeld Eliyahu Peter4-Aug-15 21:14
professionalKornfeld Eliyahu Peter4-Aug-15 21:14 
General'undefined' is a flaw in JavaScript Pin
le_top1-Aug-15 0:17
le_top1-Aug-15 0:17 
GeneralRe: 'undefined' is a flaw in JavaScript Pin
Kornfeld Eliyahu Peter3-Aug-15 3:58
professionalKornfeld Eliyahu Peter3-Aug-15 3:58 
GeneralRe: 'undefined' is a flaw in JavaScript Pin
le_top3-Aug-15 4:54
le_top3-Aug-15 4:54 
AnswerRe: 'undefined' is a flaw in JavaScript Pin
Kornfeld Eliyahu Peter3-Aug-15 7:37
professionalKornfeld Eliyahu Peter3-Aug-15 7:37 
GeneralRe: 'undefined' is a flaw in JavaScript Pin
le_top3-Aug-15 8:09
le_top3-Aug-15 8:09 
AnswerRe: 'undefined' is a flaw in JavaScript Pin
Kornfeld Eliyahu Peter4-Aug-15 21:16
professionalKornfeld Eliyahu Peter4-Aug-15 21:16 
SuggestionRe: 'undefined' is a flaw in JavaScript Pin
camycentsolutions5-Aug-15 23:40
camycentsolutions5-Aug-15 23:40 
QuestionSimple Slideshow Pin
Alex Mander30-Jul-15 6:20
Alex Mander30-Jul-15 6:20 
QuestionJava Script Pin
jubayer30-Jul-15 3:15
jubayer30-Jul-15 3:15 
AnswerRe: Java Script Pin
Afzaal Ahmad Zeeshan30-Jul-15 4:07
professionalAfzaal Ahmad Zeeshan30-Jul-15 4:07 
QuestionIncrementing/Decrementing not by 1 Pin
Member 1184785029-Jul-15 19:14
Member 1184785029-Jul-15 19:14 
AnswerRe: Incrementing/Decrementing not by 1 Pin
Peter_in_278029-Jul-15 20:27
professionalPeter_in_278029-Jul-15 20:27 
QuestionOK, Javascript gurus, why is "if" not evaluating as true or false ? Pin
Marc Clifton28-Jul-15 15:19
mvaMarc Clifton28-Jul-15 15:19 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.