#AngularJS This repository contains example code from our talk about "AngularJS in the frontend" at Umbraco DK Festival 2014 (#umbdkfest). The single purpose is to show the power of angularJS as simple as possible.
For comments or questions, you can find me on twitter @filipbech
The code for the Umbraco API is available as a seperate repository. All related questions (and credit) should go to @pjengaard. Repository is avaiable at https://github.com/rpjengaard/AngularApiTalk.
###This repository contains three files.
- filters.html - Filters demo (filtering, ordering and formatting)
- css-ani.html - SearchAPI demo w. css animations
- js-ani.html - Same as css-ani, but w. js-animations
#Links
##About templating #####Keep your views in separate files and include using the ng-include directive. https://docs.angularjs.org/api/ng/directive/ngInclude
#####Automatically adding view-files to the angular template cache so you don’t get extra requests. https://github.com/ericclemmons/grunt-angular-templates
##About ngAnimate #####What directives natively supports ngAnimate (and what animations) https://docs.angularjs.org/api/ngAnimate#usage
#####Available methods in app.animation() (scroll down a little) - also shows the steps that happen in each animation. https://docs.angularjs.org/api/ngAnimate/service/$animate
##About Filters #####See available built-in filters https://docs.angularjs.org/api/ng/filter
#####All the magic that the filterFilter can do https://docs.angularjs.org/api/ng/filter/filter