Skip to content

Latest commit

 

History

History
24 lines (20 loc) · 757 Bytes

README.md

File metadata and controls

24 lines (20 loc) · 757 Bytes

MilanoJS Talk #2 - 01 Jul 2014

bitHound Score

In this talk we will write a simple directive in AngularJS based on a jQuery plugin. We have chosen MasterBlaster plugin (link), a simple tag manager.

How to run the code

  • clone the project
  • install npm and bower dependencies
npm install && bower install
  • run local server with livereload
grunt serve
  • run tests
grunt test

Made with ❤️ by @maur8ino and @gsabena