{"id":21177421,"url":"https://github.com/betsol/ng-previous-url","last_synced_at":"2025-03-14T18:28:51.571Z","repository":{"id":58219035,"uuid":"42807636","full_name":"betsol/ng-previous-url","owner":"betsol","description":"Tracks previous URL in Angular.js","archived":false,"fork":false,"pushed_at":"2015-09-20T09:34:06.000Z","size":128,"stargazers_count":1,"open_issues_count":0,"forks_count":2,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-02-20T19:06:12.664Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"JavaScript","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/betsol.png","metadata":{"files":{"readme":"readme.md","changelog":"changelog.md","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":"2015-09-20T09:32:09.000Z","updated_at":"2015-09-20T09:35:32.000Z","dependencies_parsed_at":"2022-08-31T00:12:18.111Z","dependency_job_id":null,"html_url":"https://github.com/betsol/ng-previous-url","commit_stats":null,"previous_names":[],"tags_count":1,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/betsol%2Fng-previous-url","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/betsol%2Fng-previous-url/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/betsol%2Fng-previous-url/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/betsol%2Fng-previous-url/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/betsol","download_url":"https://codeload.github.com/betsol/ng-previous-url/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":243624732,"owners_count":20321150,"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-20T17:16:01.415Z","updated_at":"2025-03-14T18:28:51.532Z","avatar_url":"https://github.com/betsol.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# betsol-ng-previous-url\n\n[![Bower version](https://badge.fury.io/bo/betsol-ng-previous-url.svg)](http://badge.fury.io/bo/betsol-ng-previous-url)\n[![npm version](https://badge.fury.io/js/betsol-ng-previous-url.svg)](http://badge.fury.io/js/betsol-ng-previous-url)\n\n\nThis module for Angular.js tracks all URL changes and keeps a previous URL in memory in order to go back to it\nwhen needed. This is nice for features like \"cancel\" or \"go back\" in your applications.\n\n\n## Installation\n\n### Install library with Bower\n\n`bower install --save betsol-ng-previous-url`\n\n\n### Install library with NPM\n\n`npm install --save betsol-ng-previous-url`\n\n\n### Add library to your page\n\n``` html\n\u003cscript src=\"/bower_components/betsol-ng-previous-url/dist/betsol-ng-previous-url.js\"\u003e\u003c/script\u003e\n```\n\nYou should use minified version (`betsol-ng-previous-url.min.js`) in production.\n\n\n### Add dependency in your application's module definition\n\n``` javascript\nvar application = angular.module('application', [\n  // ...\n  'betsol.previousUrl'\n]);\n```\n\n\n## Usage\n\n@todo\n\n\n## API\n\n@todo\n\n\n## Changelog\n\nPlease see the [changelog][changelog] for list of changes.\n\n\n## Feedback\n\nIf you have found a bug or have another issue with the library —\nplease [create an issue][new-issue].\n\nIf you have a question regarding the library or it's integration with your project —\nconsider asking a question at [StackOverflow][so-ask] and sending me a\nlink via [E-Mail][email]. I will be glad to help.\n\nHave any ideas or propositions? Feel free to contact me by [E-Mail][email].\n\nCheers!\n\n\n## FAQ\n\n@todo\n\n\n## Developer guide\n\nFork, clone, create a feature branch, implement your feature, cover it with tests, commit, create a PR.\n\nRun:\n\n- `npm install \u0026\u0026 bower install` to initialize the project\n- `gulp build` to re-build the dist files\n- `gulp test` or `karma start` to test the code\n\nDo not add dist files to the PR itself.\nWe will re-compile the module manually each time before releasing.\n\n\n## Support\n\nIf you like this library consider to add star on [GitHub repository][repo-gh].\n\nThank you!\n\n\n## License\n\nThe MIT License (MIT)\n\nCopyright (c) 2014 - 2015 Slava Fomin II, BETTER SOLUTIONS\n\nPermission is hereby granted, free of charge, to any person obtaining a copy\nof this software and associated documentation files (the \"Software\"), to deal\nin the Software without restriction, including without limitation the rights\nto use, copy, modify, merge, publish, distribute, sublicense, and/or sell\ncopies of the Software, and to permit persons to whom the Software is\nfurnished to do so, subject to the following conditions:\n\nThe above copyright notice and this permission notice shall be included in\nall copies or substantial portions of the Software.\n\nTHE SOFTWARE IS PROVIDED \"AS IS\", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR\nIMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,\nFITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE\nAUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER\nLIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,\nOUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN\nTHE SOFTWARE.\n\n  [changelog]: changelog.md\n  [so-ask]:    http://stackoverflow.com/questions/ask?tags=angularjs,javascript\n  [email]:     mailto:s.fomin@betsol.ru\n  [new-issue]: https://github.com/betsol/ng-previous-url/issues/new\n  [gulp]:      http://gulpjs.com/\n  [repo-gh]:   https://github.com/betsol/ng-previous-url\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fbetsol%2Fng-previous-url","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fbetsol%2Fng-previous-url","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fbetsol%2Fng-previous-url/lists"}