-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
update gulp to manage language files
- Loading branch information
1 parent
99094f6
commit 196cf62
Showing
6 changed files
with
31 additions
and
42 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,25 +1,7 @@ | ||
(() => { | ||
|
||
angular.module('preserver', []); | ||
|
||
// .config(['$provide', $provide => { | ||
// $provide.decorator("$rootScope", function ($delegate) { | ||
// var Scope = $delegate.constructor; | ||
// var origBroadcast = Scope.prototype.$broadcast; | ||
// var origEmit = Scope.prototype.$emit; | ||
// | ||
// Scope.prototype.$broadcast = function () { | ||
// console.log("$broadcast was called on $scope " + Scope.$id + " with arguments:", arguments); | ||
// return origBroadcast.apply(this, arguments); | ||
// }; | ||
// Scope.prototype.$emit = function () { | ||
// console.log("$emit was called on $scope " + Scope.$id + " with arguments:", arguments); | ||
// return origEmit.apply(this, arguments); | ||
// }; | ||
// return $delegate; | ||
// }); | ||
// }]); | ||
// | ||
angular.module('umbraco').requires.push('preserver'); | ||
|
||
})(); | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters