{"id":16986750,"url":"https://github.com/maxigimenez/angular-atomic-notify","last_synced_at":"2025-06-19T02:42:48.260Z","repository":{"id":30021268,"uuid":"33569842","full_name":"maxigimenez/angular-atomic-notify","owner":"maxigimenez","description":"Atomic growl notifications for angular.js applications","archived":false,"fork":false,"pushed_at":"2016-02-12T14:10:54.000Z","size":71,"stargazers_count":146,"open_issues_count":0,"forks_count":16,"subscribers_count":7,"default_branch":"master","last_synced_at":"2025-06-10T05:03:50.783Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"http://maxigimenez.github.io/angular-atomic-notify/","language":"JavaScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/maxigimenez.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE.md","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2015-04-07T21:42:29.000Z","updated_at":"2024-03-19T14:49:23.000Z","dependencies_parsed_at":"2022-08-17T23:55:22.694Z","dependency_job_id":null,"html_url":"https://github.com/maxigimenez/angular-atomic-notify","commit_stats":null,"previous_names":[],"tags_count":5,"template":false,"template_full_name":null,"purl":"pkg:github/maxigimenez/angular-atomic-notify","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/maxigimenez%2Fangular-atomic-notify","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/maxigimenez%2Fangular-atomic-notify/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/maxigimenez%2Fangular-atomic-notify/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/maxigimenez%2Fangular-atomic-notify/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/maxigimenez","download_url":"https://codeload.github.com/maxigimenez/angular-atomic-notify/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/maxigimenez%2Fangular-atomic-notify/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":259803860,"owners_count":22913860,"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-10-14T02:46:48.682Z","updated_at":"2025-06-19T02:42:43.224Z","avatar_url":"https://github.com/maxigimenez.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"angular-atomic-notify\n=====================\n\n\u003e An AngularJS module to display notifications\n\n![Sample](http://s22.postimg.org/u04uj24k1/Screen_Shot_2015_04_08_at_13_15_09.png)\n\n## Dependencies\n\nWe are using this libraries for the sample, note that jQuery is used for `angular.element` and font awesome for the icons, but you can use another one.\n\n- [**Font Awesome**](http://fortawesome.github.io/Font-Awesome/)\n- [**jQuery**](https://jquery.com/)\n\n## Demo\n\n**- [Online demo](http://maxigimenez.github.io/angular-atomic-notify/)**\n\n## Install\n\nInstall using bower\n\n```bash\nbower install angular-atomic-notify\n```\n\n## Usage\n\n### Include in your project\n\nFirst include the css and js of the project:\n\n```HTML\n\u003clink rel=\"stylesheet\" type=\"text/css\" href=\"src/angular-atomic-notify.css\"\u003e\n\u003cscript type=\"text/javascript\" src=\"src/angular-atomic-notify.js\"\u003e\u003c/script\u003e\n```\n\nInclude the module into your own application:\n\n```JavaScript\nangular.module('sample', ['atomic-notify']);\n```\n\nAdd the directive to your project:\n\n```HTML\n\u003cng-atomic-notify\u003e\u003c/ng-atomic-notify\u003e\n```\n\n**Also you can customize 100% the template with your own HTML:**\n\n```HTML\n\u003cng-atomic-notify custom-template=\"custom.html\"\u003e\u003c/ng-atomic-notify\u003e\n```\n\n### Methods\n\n```JavaScript\natomicNotifyService.info(message, delay);\natomicNotifyService.error(message, delay);\natomicNotifyService.success(message, delay);\natomicNotifyService.warning(message, delay);\n```\n\nusing `atomicNotify.custom` you can specifc the icon that you want to use in the notification:\n\n```JavaScript\natomicNotifyService.custom(type, message, iconClass, delay);\n```\n\n### Provider\n\n```JavaScript\n.config(['atomicNotifyProvider', function(atomicNotifyProvider){\n   \tatomicNotifyProvider.setDefaultDelay(5000);\n\tatomicNotifyProvider.useIconOnNotification(true);\n}])\n```\n\n## License\n\n[MIT](LICENSE.md)","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmaxigimenez%2Fangular-atomic-notify","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fmaxigimenez%2Fangular-atomic-notify","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmaxigimenez%2Fangular-atomic-notify/lists"}