Skip to content

2.0.0 - ES6 import support

Latest
Compare
Choose a tag to compare
@timcosta timcosta released this 08 Nov 22:36
· 17 commits to master since this release

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.