Skip to content
This repository was archived by the owner on Feb 22, 2018. It is now read-only.

fix(block): loading css with Http #67

Merged
merged 1 commit into from
Aug 5, 2013
Merged

Conversation

pavelgj
Copy link
Contributor

@pavelgj pavelgj commented Aug 1, 2013

Closes #66

@@ -272,7 +272,8 @@ class _ComponentFactory {
_ComponentFactory(this.element, this.directive);

dynamic call(Injector injector, Compiler compiler, Scope scope,
Parser parser, BlockCache $blockCache, UrlRewriter urlRewriter) {
Parser parser, BlockCache $blockCache, UrlRewriter urlRewriter,
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

UrlRewriter is unused.

@jbdeboer
Copy link
Contributor

jbdeboer commented Aug 3, 2013

LGTM

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Development

Successfully merging this pull request may close these issues.

cssUrl should be loaded via Http and cached in TemplateCache
2 participants