GitShow/kentcdodds/watchOnce
kentcdodds

watchOnce

An angular module that adds a "Once" counterpart to angular's $watch functions which will only call the listener when the expression is defined and then immediately stop the watch.

by kentcdodds
Star on GitHubForkWebsitenpm

JavaScript

11 stars3 forks4 contributorsQuiet · 5y agoSince 20140.0.3MIT

Meet the team

See all 4 on GitHub →
jantimon
jantimon3 contributions
ccnokes
ccnokes1 contribution

Languages

View on GitHub →
JavaScript68.6%
HTML31.4%

Commit activity

Last 12 weeks · 0 commits

Full graph →

Community health

2 of 6 standards met

Community profile →
42
✓README✓License○Contributing○Code of Conduct○Issue Template○PR Template

Recent fixes

View closed PRs →
ccnokes
Update documentation with the correct module nameMergedPR

I tried using the module name specified in the documentation (), got many angular errors, but then noticed in the test that it's . Just thought I'd update the documentation so no one else is confused. :)

ccnokes · 10y ago
jwils0n
Remove $ from filenameClosedIssue

The $ in Scope.$watchOnce.js is causing issues with closure-compiler-jar. It thinks the $ is the start of a variable name. Would you mine renaming it to scope.watchOnce.js or something of the sort?

jwils0n · 11y ago
jantimon
Add browserify/webpack/requireJs supportMergedPR

This pull request ist a minor refactoring: add https://github.com/umdjs/umd/blob/master/amdWeb.js amd factory to provide browserify webpack and requireJs support. the size was reduced uglify cli helper: jshint cli helper: fixes typos in the documentation bumps versions for bower and npm

jantimon · 11y ago
Structured data for AI agents

Repository: kentcdodds/watchOnce. Description: An angular module that adds a "Once" counterpart to angular's $watch functions which will only call the listener when the expression is defined and then immediately stop the watch. Stars: 11, Forks: 3. Primary language: JavaScript. Languages: JavaScript (68.6%), HTML (31.4%). License: MIT. Homepage: http://kentcdodds.github.io/watchOnce Latest release: 0.0.3 (12y ago). Open PRs: 0, open issues: 0. Last activity: 5y ago. Community health: 42%. Top contributors: jantimon, ccnokes.

·@ofershap

Replace github.com with gitshow.dev