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.