Skip to content

v1.2.4

Latest
Compare
Choose a tag to compare
@davej davej released this 22 Aug 10:10
· 3 commits to master since this release

Now works with npm (thanks @mattlewis92).

npm install angular-classy

Usage:

const angular = require('angular');
const classy = require('angular-classy');

const app = angular.module('app', [classy]);