{"id":22018570,"url":"https://github.com/codeofnode/angular-fa","last_synced_at":"2026-04-10T20:42:02.136Z","repository":{"id":57178382,"uuid":"43783867","full_name":"codeofnode/angular-fa","owner":"codeofnode","description":"A simple angular directive to put fixed alert on top of page.","archived":false,"fork":false,"pushed_at":"2015-10-06T23:44:42.000Z","size":140,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-07-05T16:19:20.129Z","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":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/codeofnode.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2015-10-06T23:04:05.000Z","updated_at":"2015-10-06T23:40:58.000Z","dependencies_parsed_at":"2022-09-09T17:11:36.175Z","dependency_job_id":null,"html_url":"https://github.com/codeofnode/angular-fa","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/codeofnode/angular-fa","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/codeofnode%2Fangular-fa","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/codeofnode%2Fangular-fa/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/codeofnode%2Fangular-fa/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/codeofnode%2Fangular-fa/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/codeofnode","download_url":"https://codeload.github.com/codeofnode/angular-fa/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/codeofnode%2Fangular-fa/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":269819032,"owners_count":24480087,"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","status":"online","status_checked_at":"2025-08-11T02:00:10.019Z","response_time":75,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"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-30T05:12:36.948Z","updated_at":"2026-04-10T20:42:02.097Z","avatar_url":"https://github.com/codeofnode.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# angular-fa\n#### A simple angular directive to put fixed alert on top of page.\n\n## Install\n     npm install --save angular-fa\n\n## Usage\nFirst make your app dependent to `ngFixedAlert`\n```javascript\nvar app = angular.module('app', [ 'ngFixedAlert' ]);\n```\nThen simply add this line inside body of page\n\n```html\n\u003cdiv r-fa=\"{{alertMessageScopeVar}}\"\u003e\u003c/div\u003e\n\u003c!-- If at any time alertMessageScopeVar becomes empty, the alert will disappear.  --\u003e\n```\n\n### Options as attributes of the element with which `r-fa` is linked\n* `closable` : if its value is false, the alert can not be disappear. For any other value or no value, alert will displayed until user clears that or timeout happens\n* `autoHide` : Only means if closable != `false`. `autoHide` can be number of milliseconds or can be false.\nIf its value is false, then alert will not disappear until user click on cross link. If its value is numeric then alert will be visible for specified number of miliseconds. By default its value is false,\n\n## Licence\nMIT\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcodeofnode%2Fangular-fa","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fcodeofnode%2Fangular-fa","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcodeofnode%2Fangular-fa/lists"}