A fun addition to your loading screen, based on The Sims.
bower install reticulating-splines
'reticulating-splines/dist/reticulating-splines.min.js'
angular.module('myModule', ['reticulatingSplines'])
<reticulating-splines
theme="theme"
interval="interval"
</reticulating-splines>
Note: the attributes theme
and interval
are bound to the containing controller.
.controller('MyController', function($scope, spline) {
$scope.theme = 'sims';
$scope.randomMessage = spline($scope.theme);
})
'sims'
- A collection of messages from The Sims'web'
- A collection of web/management jargon (buzz words)
First you'll need NodeJS, and then you'll need to do an npm install
.
gulp
This will watch for changes and build the minified script.