Category Archives: Web Development

Showing Icons for all Chrome Apps (Extensions)

Today i faced the problem that i wanted to start Postman (a REST Client Utility). But there was no Icon. Tools > Extensions shows a list of installed extensions and lets you dis-/enable or remove Extensions. No way to start an … Continue reading

Posted in Uncategorized, Web Development | Tagged , , | Leave a comment

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