Dec
26
2015
Directive : Module : Expression
By abernal
Directive
Is a marker within the html that tells angular to run a given java script code. Basically we bind behavior between html and java script through directives.
Sample
Within the .html file
<!DOCTYPE html> <html> <body ng-controller="StoreController"> ... </body> </html>
within the java script code