Skip to content

v1.2.3

Choose a tag to compare

@davej davej released this 07 Mar 14:15
· 6 commits to master since this release

Now you can programmatically get the classy version.

var app = angular.module('app', ['classy']);
console.log(app.classy.version); // -> '1.2.3'