Angular is a tool that allows for the creation of large browser applications. It establishes a general architecture and patterns that solve common problems to allow for the building of front-end applications in a maintainable way and at a productive rate.
-
app.controller('FlashCardController', function ($scope) { // We now have access to our scope using $scope. });
-
ng-app
-
ng-controller
-
ng-repeat
-
ng-show
-
ng-click
-
ng-class
-
angular filters