Fixed.
This commit is contained in:
parent
ba27794eb3
commit
fd2264d611
|
|
@ -343,7 +343,7 @@ As you see, you can use keyword `when`, it's like `case`, but if the condition i
|
||||||
// js
|
// js
|
||||||
|
|
||||||
(function(){
|
(function(){
|
||||||
NgModule app = angular.module('app', []);
|
var app = angular.module('app', []);
|
||||||
})();
|
})();
|
||||||
|
|
||||||
Also you can use multiple closures in one file:
|
Also you can use multiple closures in one file:
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue
Block a user