{"id":18637722,"url":"https://github.com/dutchcoders/angular-tour","last_synced_at":"2025-11-04T14:30:31.387Z","repository":{"id":15774546,"uuid":"18513577","full_name":"dutchcoders/angular-tour","owner":"dutchcoders","description":"Angular tour based on Introjs","archived":false,"fork":false,"pushed_at":"2014-04-10T21:28:36.000Z","size":180,"stargazers_count":3,"open_issues_count":0,"forks_count":1,"subscribers_count":5,"default_branch":"master","last_synced_at":"2024-12-27T09:12:42.298Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"CSS","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/dutchcoders.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2014-04-07T10:34:08.000Z","updated_at":"2024-08-12T19:13:37.000Z","dependencies_parsed_at":"2022-09-24T04:10:16.866Z","dependency_job_id":null,"html_url":"https://github.com/dutchcoders/angular-tour","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dutchcoders%2Fangular-tour","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dutchcoders%2Fangular-tour/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dutchcoders%2Fangular-tour/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dutchcoders%2Fangular-tour/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/dutchcoders","download_url":"https://codeload.github.com/dutchcoders/angular-tour/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":239433910,"owners_count":19637806,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":[],"created_at":"2024-11-07T05:37:34.794Z","updated_at":"2025-11-04T14:30:31.339Z","avatar_url":"https://github.com/dutchcoders.png","language":"CSS","funding_links":[],"categories":[],"sub_categories":[],"readme":"angular-tour\n============\n\nAngular tour based on Introjs.\n\n[Demo](http://dutchcoders.github.io/angular-tour)\n\n```\nvar app =  angular.module('app', ['duco.tour']);\n\napp.controller('TourController', ['$rootScope', '$tour', function($rootScope, $tour) {\n    tour = {\n        skipLabel: 'Skip',\n        doneLabel: 'Done',\n        previousLabel: 'Previous',\n        nextLabel: 'Next',\n        showStepNumbers:false,\n        scope: $scope,\n        steps:[\n        {\n        element: 'a.step1',\n        intro: \"\u003cb\u003eStep 1\u003c/b\u003e\u003cbr/\u003e\u003cp\u003eStep 1 intro.\u003c/p\u003e\",\n        },\n        {\n        element: 'a.step2',\n        intro: \"\u003cb\u003eStep 2\u003c/b\u003e\u003cbr/\u003e\u003cp\u003eStep 2 intro.\u003c/p\u003e\",\n        },\n        {\n        element: 'a.step3',\n        intro: \"\u003cb\u003eStep 3\u003c/b\u003e\u003cbr/\u003e\u003cp\u003eStep 3 intro.\u003c/p\u003e\",\n        position: 'right'\n        }]\n    }\n\n    $tour.open(tour);\n}]);\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdutchcoders%2Fangular-tour","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fdutchcoders%2Fangular-tour","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdutchcoders%2Fangular-tour/lists"}