Skip to content

Commit

Permalink
Registered ListValueByIndexGetterFactory with factories collection.
Browse files Browse the repository at this point in the history
  • Loading branch information
Romanx committed Jul 9, 2014
1 parent 910a9a6 commit f379e9b
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion Nustache.Core/ValueGetterFactory.cs
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,8 @@ public static class ValueGetterFactories
new DictionaryValueGetterFactory(),
new MethodInfoValueGatterFactory(),
new PropertyInfoValueGetterFactory(),
new FieldInfoValueGetterFactory()
new FieldInfoValueGetterFactory(),
new ListValueByIndexGetterFactory()
};

public static ValueGetterFactoryCollection Factories
Expand Down

0 comments on commit f379e9b

Please sign in to comment.