-
Notifications
You must be signed in to change notification settings - Fork 1
Gulp file Angular
Sébastien LUCAS edited this page Feb 1, 2016
·
2 revisions
- https://github.com/olov/ng-annotate automatically annotatate dependency injection, no more need to do it by hand.
angular.module("MyMod").controller("MyCtrl", ["$scope", "$timeout", function($scope, $timeout) {
Exemple config http://bguiz.github.io/js-standards/angularjs/minification-and-annotation/