abhikmitra / ng-joyride

Angular Joyride Directive for creating custom introductions to websites
126 stars 68 forks source link

Support the http return format on AngularJS v1.3.x #64

Open MagicJohnJang opened 8 years ago

MagicJohnJang commented 8 years ago

Get html template from response.data rather than response in

$http.get(template, { cache: $templateCache }).then(function (response) { "response.data" ........} )