Category Archives: AngularJS

Naming of AngularJS directives

I think the naming schema for directives in angularjs is a bit weird: // this is how you would define your directive .directive(‘uploadTabs’, [‘$parse’, function ($parse) { return { … }; }]) goes along with <!– this is how you … Continue reading

Posted in AngularJS, IT, Web Development | Tagged , , , , | Leave a comment