Sorry for the silly question, does everyone know how to start using AngularUI? I\'ve downloaded it from Github and read the instruction in README but still don\'t understand
As of 3rd of May 2013, here are the steps:
include
register ui
angular.module('myFancyApp', ['ui.bootstrap']);
make sure myFancyApp is the same as in your
myFancyApp
Let the magic commence.