davej / angular-classy

Cleaner class-based controllers with Angular 1
http://davej.github.io/angular-classy/
813 stars 27 forks source link

classy 1.2.4 - inject objecy #52

Closed janbee closed 7 years ago

janbee commented 7 years ago

Hi Dave,

http://davej.github.io/angular-classy/0.4.html

state that you can specify injectables like

inject: { $scope: '$', filterFilter: 'filter', $location: '.' },

Im using 1.2.4 and i cant make this work.

davej commented 7 years ago

I had to check through the code and plugins to be sure but it was removed from 1.0. Sorry about that.