rename umbContentGrid controller

This commit is contained in:
Mads Rasmussen
2016-02-17 11:34:16 +01:00
committed by Rune Strand
parent 5dde898205
commit 40774cfff2

View File

@@ -9,7 +9,7 @@ Use this directive to generate a list of content items presented as a flexbox gr
<h3>Markup example</h3>
<pre>
<div ng-controller="Umbraco.Controller as vm">
<div ng-controller="My.Controller as vm">
<umb-content-grid
content="vm.contentItems"
@@ -81,7 +81,7 @@ Use this directive to generate a list of content items presented as a flexbox gr
}
angular.module("umbraco").controller("Umbraco.Controller", Controller);
angular.module("umbraco").controller("My.Controller", Controller);
})();
</pre>