mirror of
https://github.com/l-lin/font-awesome-animation.git
synced 2024-12-27 22:11:33 +08:00
1f221284e5
* Folder reorganization * Using myth to generate prefixes * Change graphical charter
5 lines
121 B
JavaScript
5 lines
121 B
JavaScript
(function(angular) {
|
|
'use strict';
|
|
angular.module('fontAwesomeAnimationDemoApp', ['ui.bootstrap']);
|
|
})(angular);
|