{"id":20901556,"url":"https://github.com/willfarrell/angular-io","last_synced_at":"2026-02-05T04:34:12.786Z","repository":{"id":8027094,"uuid":"9436388","full_name":"willfarrell/angular-io","owner":"willfarrell","description":"AngularIO - Collection of AngularJS modules worth checking out.","archived":false,"fork":false,"pushed_at":"2013-10-09T15:02:09.000Z","size":728,"stargazers_count":3,"open_issues_count":3,"forks_count":1,"subscribers_count":1,"default_branch":"master","last_synced_at":"2026-01-26T13:31:56.170Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"","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/willfarrell.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":"2013-04-14T22:30:06.000Z","updated_at":"2025-01-02T01:11:07.000Z","dependencies_parsed_at":"2022-09-11T01:51:05.435Z","dependency_job_id":null,"html_url":"https://github.com/willfarrell/angular-io","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/willfarrell/angular-io","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/willfarrell%2Fangular-io","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/willfarrell%2Fangular-io/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/willfarrell%2Fangular-io/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/willfarrell%2Fangular-io/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/willfarrell","download_url":"https://codeload.github.com/willfarrell/angular-io/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/willfarrell%2Fangular-io/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":29111947,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-02-05T03:44:17.043Z","status":"ssl_error","status_checked_at":"2026-02-05T03:44:12.077Z","response_time":65,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.5:443 state=error: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"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-18T11:35:58.540Z","updated_at":"2026-02-05T04:34:12.773Z","avatar_url":"https://github.com/willfarrell.png","language":"JavaScript","readme":"# Angular.io [![Build Status](https://travis-ci.org/willfarrell/angular-io.png?branch=master)](https://travis-ci.org/willfarrell/angular-io) [![Dependencies](https://david-dm.org/willfarrell/angular-io.png)](https://david-dm.org/willfarrell/angular-io) [![devDependency Status](https://david-dm.org/willfarrell/angular-io/dev-status.png)](https://david-dm.org/willfarrell/angular-io#info=devDependencies)\n\n***\n\n## Usage\n\nThis is a subset of [angular-io-app](https://github.com/willfarrell/angular-io-app).\n\n### Requirements\n\n* **AngularJS v1.0.0+** is currently required.\n\n## Installation\n\nInclude `io` in your app dependencies, and you're good to go.\n\n```js\nangular.module('app', ['io']);\n```\n\nThe modules can be found in the [Directives](https://github.com/willfarrell/angular-io/tree/master/src/scripts/directives) and [Filters](https://github.com/willfarrell/angular-io/tree/master/src/scripts/filters) folders.\n\n## Development\n\nYou do not need to build the project to use it - see above - but if you are working on it then this is what you need to know.\n\n### Requirements\n\n0. Install [Node.js](http://nodejs.org/) and NPM (should come with)\n\n1. Install global dependencies `grunt`, `bower`, and `karma`:\n\n```bash\n$ npm install -g karma grunt-cli bower\n```\n\n2. Install local dependencies:\n\n```bash\n$ npm install \u0026\u0026 bower install\n```\n\n### Setup Component Files\n\nSome components need to be compiled (Twitter Bootstrap) and moved into place (AngularJS, fonts).\n\n```bash\n$ grunt setup\n```\n\n### Build Files \u0026 Run Tests\n\nBefore you commit, always run `grunt` to build and test everything once.\n\n```bash\n$ grunt\n```\n\n\n## Modules\n### Directives\n- inputMask (requires: $filter('format'))\n- passwordCheck\n- selectSize (no tests)\n- signature (no tests)\n- **To Do**\n - formChange\n\n### Factories\n- fluid (no tests)\n- rest (no tests)\n- localstorage (no tests)\n- time\n- **To Do**\n - function (to delete)\n \n\n### Filters\n- colorHash\n- duration\n- format\n- markdown\n- objectArray\n- ordinal\n- pad\n- phone\n- range\n- truncate\n\n### Bootstrap\n- alert (no tests)\n- modal (no tests)\n- **To Do** \n - tab\n - tooltip\n - popover\n\n\n### Modules\n- 404 (no tests)\n- accessibility (no tests)\n- **To Do**\n - htmlEntities (IE8 bug)\n - filepicker (requires backend)\n - follow (requires backend)\n - message (requires backend)\n\n## Contribs\n[@willfarrell](http://willfarrell.ca)\n\n## License\nPick your poison [Apache Public License 2.0](http://www.apache.org/licenses/LICENSE-2.0.html) / [MIT](http://opensource.org/licenses/MIT) / [GNU General Public License v2.0](http://www.gnu.org/licenses/gpl-2.0.html).","funding_links":[],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fwillfarrell%2Fangular-io","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fwillfarrell%2Fangular-io","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fwillfarrell%2Fangular-io/lists"}