/angularjs-performance-tips

Reference code for the 'Performance tips' talk on the AngularJS-IL meetup @ google campus TLV

Primary LanguageJavaScript

AngularJS performance tips

grab to slides here

This is the companion repository for the AngularJS-IL meetup 9 - that took place on january 13 2015 @ Google campus TLV

running the project

  • run bower & npm
  • lunch main.html with your local host
  • the gulp default task will compile the HTML templates into dist/templates.js

Please Note!

This project use ES6 code that needs to be compiled before it can be used. The 'dist' folder already includes the compiled code and can be used as is.