Releases: timcosta/angular-indeterminate
Releases · timcosta/angular-indeterminate
2.0.0 - ES6 import support
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
v1.1.0 is the first production-ready installable release.