Skip to content

Releases: timcosta/angular-indeterminate

2.0.0 - ES6 import support

08 Nov 22:36
Compare
Choose a tag to compare

Breaking change: This module is now called ngIndeterminate as one would expect, instead of ngIndeterminant. Please change your module requirement as such.

ES6 usage:

import ngIndeterminate from 'angular-indeterminate';

angular.module('myApp', [ngIndeterminate]);

The module exports its name when it is required or imported, allowing you to reduce your magic string usage.

Angular Indeterminate

15 Sep 03:22
Compare
Choose a tag to compare

v1.1.0 is the first production-ready installable release.