Sha256: 0bb34081fced581c52c76df85bdc20de6fa7533ee4d211f0b7de43021cae79c2
Contents?: true
Size: 209 Bytes
Versions: 15
Compression:
Stored size: 209 Bytes
Contents
app.service('PageInfo', function($rootScope) { this.title = null; var self = this; $rootScope.$watch(function() { return self.title; }, function() { $rootScope.subtitle = self.title; }); });
Version data entries
15 entries across 15 versions & 1 rubygems