File tree Expand file tree Collapse file tree 3 files changed +32
-32
lines changed Expand file tree Collapse file tree 3 files changed +32
-32
lines changed Original file line number Diff line number Diff line change 1
1
{
2
- "name" : " angular-bootstrap-tour" ,
3
- "version" : " 0.3.3-alpha.1 " ,
4
- "main" : " dist/angular-bootstrap-tour.js" ,
5
- "ignore" : [
6
- " .editorconfig" ,
7
- " .gitattributes" ,
8
- " .gitignore" ,
9
- " .jshintrc" ,
10
- " .npmignore" ,
11
- " .travis.yml" ,
12
- " .umd" ,
13
- " gulpfile.js" ,
14
- " npm-shrinkwrap.json" ,
15
- " package.json"
16
- ],
17
- "dependencies" : {
18
- "angular" : " ~1.2.23" ,
19
- "bootstrap-tour" : " ~0.9.3" ,
20
- "jquery" : " 1.11.1" ,
21
- "bootstrap" : " 3.0.3" ,
22
- "angular-route" : " 1.2.16 "
23
- },
24
- "devDependencies " : {
25
- "html5shiv " : " ~3.7 .2" ,
26
- "respond " : " ~1.4.2 "
27
- },
28
- "resolutions" : {
29
- "angular" : " 1.2.16"
30
- }
2
+ "name" : " angular-bootstrap-tour" ,
3
+ "version" : " 0.3.4 " ,
4
+ "main" : " dist/angular-bootstrap-tour.js" ,
5
+ "ignore" : [
6
+ " .editorconfig" ,
7
+ " .gitattributes" ,
8
+ " .gitignore" ,
9
+ " .jshintrc" ,
10
+ " .npmignore" ,
11
+ " .travis.yml" ,
12
+ " .umd" ,
13
+ " gulpfile.js" ,
14
+ " npm-shrinkwrap.json" ,
15
+ " package.json"
16
+ ],
17
+ "dependencies" : {
18
+ "angular" : " ~1.2.23" ,
19
+ "bootstrap-tour" : " ~0.9.3" ,
20
+ "jquery" : " 1.11.1" ,
21
+ "bootstrap" : " 3.0.3"
22
+ },
23
+ "devDependencies" : {
24
+ "html5shiv " : " ~3.7.2 " ,
25
+ "respond " : " ~1.4 .2" ,
26
+ "angular-route " : " 1.2.16 "
27
+ },
28
+ "resolutions" : {
29
+ "angular" : " 1.2.16"
30
+ }
31
31
}
Original file line number Diff line number Diff line change 46
46
47
47
} ( angular . module ( 'bm.bsTour' ) ) ) ;
48
48
49
- /* global angular: false */
49
+ /* global angular: false, Tour: false */
50
50
51
51
( function ( app ) {
52
52
'use strict' ;
331
331
} else if ( attrs [ helpers . getAttrName ( 'templateUrl' ) ] ) {
332
332
lookupTemplate ( attrs [ helpers . getAttrName ( 'templateUrl' ) ] , scope ) . then ( function ( template ) {
333
333
if ( template ) {
334
- options . template = template ;
334
+ options . template = template . data ;
335
335
deferred . resolve ( template ) ;
336
336
}
337
337
} ) ;
Original file line number Diff line number Diff line change 46
46
47
47
} ( angular . module ( 'bm.bsTour' ) ) ) ;
48
48
49
- /* global angular: false */
49
+ /* global angular: false, Tour: false */
50
50
51
51
( function ( app ) {
52
52
'use strict' ;
You can’t perform that action at this time.
0 commit comments