~maas-committers/maas/2.3

« back to all changes in this revision

Viewing changes to src/maasserver/static/js/angular/maas.js

  • Committer: deadlight
  • Date: 2018-03-07 09:56:36 UTC
  • Revision ID: git-v1:b0cda2b247fdf4ac3828c196ecfc68cfbc3ac98c
Remove sticky header javascript

Removed instances of the sticky javascript and the source files

Show diffs side-by-side

added added

removed removed

Lines of Context:
9
9
 */
10
10
 
11
11
angular.module('MAAS',
12
 
    ['ngRoute', 'ngCookies', 'ngSanitize', 'ngTagsInput', 'sticky',
13
 
    'vs-repeat']).config(
 
12
    ['ngRoute', 'ngCookies', 'ngSanitize', 'ngTagsInput', 'vs-repeat']).config(
14
13
    function($interpolateProvider, $routeProvider, $httpProvider) {
15
14
        $interpolateProvider.startSymbol('{$');
16
15
        $interpolateProvider.endSymbol('$}');