DaftMonk / angular-tour

AngularJS directive for giving an interactive tour of your website.
http://daftmonk.github.io/angular-tour/
MIT License
609 stars 137 forks source link

fix css <link> tag in index demo #31

Closed nobitagit closed 9 years ago

nobitagit commented 9 years ago

Fixes an incorrect demo code in index.

Not sure why from the diff it seems I have rewritten the whole page, so here's the actual changes at line 288 after "You'll also probably want to add the default stylesheet":

From: <link rel="bower_components/angular-tour/dist/angular-tour.css" />

To: <link href="bower_components/angular-tour/dist/angular-tour.css" rel="stylesheet"/>

A trivial typo but might trick someone copy/pasting from there and then wondering why the popups don't get the proper styling.

booleanbetrayal commented 9 years ago

Fixed in #34