mirror of
https://github.com/l-lin/font-awesome-animation.git
synced 2024-12-28 14:31:32 +08:00
5 lines
121 B
JavaScript
5 lines
121 B
JavaScript
|
(function(angular) {
|
||
|
'use strict';
|
||
|
angular.module('fontAwesomeAnimationDemoApp', ['ui.bootstrap']);
|
||
|
})(angular);
|