MCPcopy Index your code
hub / github.com/michaelbromley/angularUtils

github.com/michaelbromley/angularUtils @main

repository ↗ · DeepWiki ↗ · + Follow
57 symbols 110 edges 19 files 26 documented · 46%
README

Angular Utilities

No longer maintained

(20/04/2017) - I am no longer actively maintaining this project. I no longer use AngularJS in my own projects and do not have the time to dedicate to maintiaining this project as well as my other active open source projects. Thank you for your understanding.


I am working on a large-scale AngularJS-based project and I'll be extracting any useful re-usable components that I make and putting them here.

I'm following the convention of the [Ng-Boilerplate] (https://github.com/ngbp/ngbp) project of bundling all relevant code together, so that you should be able to simply copy the directory of the component you want to use, and it will include unit tests and any other dependencies.

This code is made available under the MIT license, so feel free to use any of these is your projects. If you find any of them useful I'd be happy to get feedback!

Index of Utilities

Filters

  • ordinalDate : Works like the built-in date filter, but will add the English ordinal suffix to the day.
  • startsWith : Filter for strings which start with the search string.

Directives

  • Disqus : Embed a Disqus comments widget in your app
  • tagbox : A Twitter-style tag suggestion and auto-complete directive that can be added to any text input or textarea.
  • uiBreadcrumbs : Auto-generated breadcrumbs for angular-ui-router using nested views.
  • pagination : Magical automatic pagination for anything.
  • terminalType : Terminal-like typing effect for DOM nodes containing text.

Services

  • noise : A simple 1D interpolated noise generator.

License

MIT

Core symbols most depended-on inside this repo

updateBreadcrumbsArray
called by 2
src/directives/uiBreadcrumbs/uiBreadcrumbs.js
getObjectValue
called by 2
src/directives/uiBreadcrumbs/uiBreadcrumbs.js
addCaret
called by 2
src/directives/terminalType/dirTerminalType.js
startTyping
called by 2
src/directives/terminalType/dirTerminalType.js
goToPage
called by 2
src/directives/pagination/dirPagination.js
generatePagination
called by 2
src/directives/pagination/dirPagination.js
updateRangeValues
called by 2
src/directives/pagination/dirPagination.js
isValidPageNumber
called by 2
src/directives/pagination/dirPagination.js

Shape

Function 57

Languages

TypeScript100%

Modules by API surface

src/directives/pagination/dirPagination.js21 symbols
src/directives/pagination/dirPagination.spec.js14 symbols
src/directives/terminalType/dirTerminalType.js8 symbols
src/directives/uiBreadcrumbs/uiBreadcrumbs.js5 symbols
src/services/noise/noise.js3 symbols
src/directives/tagbox/dirTagbox.js3 symbols
src/filters/ordinalDate/ordinalDate.js1 symbols
src/directives/terminalType/dirTerminalType.spec.js1 symbols
src/directives/disqus/dirDisqus.js1 symbols

Dependencies from manifests, versioned

bower1.3.1 · 1×
grunt0.4.2 · 1×
grunt-contrib-copy0.5.0 · 1×
grunt-contrib-jshint0.8.0 · 1×
grunt-html2js0.2.4 · 1×
grunt-karma0.9.0 · 1×
karma0.12.0 · 1×
karma-chrome-launcher0.1.5 · 1×
karma-firefox-launcher0.1.3 · 1×
karma-jasmine0.2.2 · 1×
karma-phantomjs-launcher0.1.4 · 1×

For agents

$ claude mcp add angularUtils \
  -- python -m otcore.mcp_server <graph>

⬇ download graph artifact